Lost Lily/Grid ToolkitDocs 1.0
Table of Contents

IGridRendererPreviewProvider

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.IGridRendererPreviewProvider

Public members

Methods

System.Boolean TryCreateForRecipe(LostLily.GridToolkit.Editor.IGridRendererSetupRecipe,out LostLily.GridToolkit.Editor.GridRendererPreviewContext)
System.Boolean TryCreateForRenderer(UnityEngine.MonoBehaviour,out LostLily.GridToolkit.Editor.GridRendererPreviewContext)

Properties

System.Int32 SortOrder { 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.