Delegate CoreEditorDrawer<TData>.Enabler
Delegate that must say if this is enabled for drawing
Namespace: UnityEditor.Rendering
Assembly: Unity.RenderPipelines.Core.Editor.dll
Syntax
public delegate bool CoreEditorDrawer<TData>.Enabler(TData data, Editor owner)
Parameters
Type | Name | Description |
---|---|---|
TData | data | The data used |
Editor | owner | The editor rendering |
Returns
Type | Description |
---|---|
bool | True if this should be drawn |