Summary
[Editor-Only] Draws GUI controls for this pref and returns true if the value was changed.
- Assembly
- Kybernetik
.InspectorGadgets .Editor .dll - Namespace
- InspectorGadgets
.Editor - Containing Type
- AutoPrefs
Syntax
public static bool DoGUI<T>(this AutoPrefs.AutoPref<T> pref, GUIContent label, GUIStyle style, AutoPrefs.GUIFieldMethod<T> doGUIField)
Type Parameters
| Name | Description |
|---|---|
| T |
Parameters
| Name | Type | Description |
|---|---|---|
| pref | AutoPrefs |
|
| label | GUIContent | |
| style | GUIStyle | |
| doGUIField | AutoPrefs |
Return Value
| Type | Description |
|---|---|
| bool |