Method DoGUI
DoGUI(Rect, GUIContent, HistoryBoolField, DebugStateBool)
Does the field of the given type
Declaration
protected override bool DoGUI(Rect rect, GUIContent label, DebugUI.HistoryBoolField field, DebugStateBool state)
Parameters
Type | Name | Description |
---|---|---|
Rect | rect | The rect to draw the field |
GUIContent | label | The label for the field |
DebugUI.HistoryBoolField | field | The field |
DebugStateBool | state | The state |
Returns
Type | Description |
---|---|
bool | The current value from the UI |