Interface CoreEditorDrawer<TData>.IDrawer
Abstraction that have the Draw hability
Namespace: UnityEditor.Rendering
Syntax
public interface IDrawer
Methods
Draw(TData, Editor)
The draw function
Declaration
void Draw(TData serializedProperty, Editor owner)
Parameters
| Type | Name | Description | 
|---|---|---|
| TData | serializedProperty | The SerializedProperty to draw  | 
| Editor | owner | The editor handling this draw call  |