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