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