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