IGridRendererSetupRecipe
Note
Preview API. Public and supported for evaluation, but its contract may change in a future release.
| Contract | Value |
|---|---|
| Assembly | LostLily.GridToolkit.Editor |
| Namespace | LostLily.GridToolkit.Editor |
| Kind | interface |
| Tier | Preview |
| Roles | ExtensionPoint, EditorIntegration |
| Validated version | 1.0.0 |
Declaration
type interface LostLily.GridToolkit.Editor.IGridRendererSetupRecipe
Public members
Methods
System.Boolean CanApplyTo(UnityEngine.GameObject,out System.String)
UnityEngine.GameObject CreateHost(System.String,UnityEngine.Transform,out UnityEngine.GameObject)
UnityEngine.Material CreateGeneratedGeometryMaterial(System.String)
UnityEngine.MonoBehaviour ApplyTo(UnityEngine.GameObject,System.Single,LostLily.GridToolkit.Authoring.GridStructureLibraryAsset,UnityEngine.Material)
Properties
System.Boolean IsAvailable { get; }
System.Int32 SortOrder { get; }
System.Single DefaultCellSize { get; }
System.String DisplayName { get; }
System.String Id { get; }
Versioning
Generated from the public Grid Toolkit 1.0.0 API metadata. Use the tier above when deciding how strongly to couple your project to this contract.