Method OnGUI
OnGUI(Widget, DebugState)
OnGUI implementation for Foldout DebugUIDrawer.
Declaration
public override bool OnGUI(DebugUI.Widget widget, DebugState state)
Parameters
Type | Name | Description |
---|---|---|
DebugUI.Widget | widget | DebugUI Widget. |
DebugState | state | Debug State associated with the Debug Item. |
Returns
Type | Description |
---|---|
bool | The state of the widget. |