Interface CoreEditorDrawer<TData>.IDrawer
Abstraction that have the Draw hability
Namespace: UnityEditor.Experimental.Rendering
Syntax
public interface IDrawer
Methods
Draw(TData, Editor)
Declaration
void Draw(TData p, Editor owner)
Parameters
Type | Name | Description |
---|---|---|
TData | p | |
Editor | owner |