Interface of generic value drawer. More...
Public Member Functions | |
| T | DrawValue (GUIContent label, T value, params GUILayoutOption[] options) |
| Draw GUI to edit the value of specified type. More... | |
Interface of generic value drawer.
Used for AidGUI.ValueField<T>() to edit different type values in the GUI layout system.
| T | The value type. |
| T DrawValue | ( | GUIContent | label, |
| T | value, | ||
| params GUILayoutOption[] | options | ||
| ) |
Draw GUI to edit the value of specified type.
| label | Label. |
| value | Value. |
| options | Layout options. |