Method DoGUI
DoGUI(Rect, GUIContent, TField, TState)
Does the field of the given type
Declaration
protected abstract TValue DoGUI(Rect rect, GUIContent label, TField field, TState state)
Parameters
Type | Name | Description |
---|---|---|
Rect | rect | The rect to draw the field |
GUIContent | label | The label for the field |
TField | field | The field |
TState | state | The state |
Returns
Type | Description |
---|---|
TValue | The current value from the UI |