Delegate CoreEditorDrawer<TData>.ActionDrawer
Delegate type alternative to IDrawer
Namespace: UnityEditor.Rendering
Syntax
public delegate void ActionDrawer(TData data, Editor owner);
Parameters
| Type | Name | Description | 
|---|---|---|
| TData | data | The data used  | 
| Editor | owner | The editor rendering  |