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 |
Expand(Int32)
Expands all children that use a given mask
Declaration
bool Expand(int mask)
Parameters
| Type | Name | Description |
|---|---|---|
| Int32 | mask | The mask to expand |
Returns
| Type | Description |
|---|---|
| Boolean | a boolean |