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