GridRendererSetupRecipeRegistry
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 | class |
| Tier | Preview |
| Roles | ExtensionPoint, EditorIntegration |
| Validated version | 1.0.0 |
Declaration
type class LostLily.GridToolkit.Editor.GridRendererSetupRecipeRegistry
Public members
Methods
static System.Boolean TryGet(System.String,out LostLily.GridToolkit.Editor.IGridRendererSetupRecipe)
static System.Boolean Unregister(System.String)
static System.Void Register(LostLily.GridToolkit.Editor.IGridRendererSetupRecipe)
static System.Void RegisterOrReplace(LostLily.GridToolkit.Editor.IGridRendererSetupRecipe)
Properties
System.Collections.Generic.IReadOnlyList<LostLily.GridToolkit.Editor.GridEditorIntegrationInfo> IntegrationInfos { get; }
System.Collections.Generic.IReadOnlyList<LostLily.GridToolkit.Editor.IGridRendererSetupRecipe> Recipes { 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.