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, Rect area, GUIContent label, GUIStyle style, AutoPrefs.GUIFieldMethod<T> doGUIField)
Type Parameters
Name | Description |
---|---|
T |
Parameters
Name | Type | Description |
---|---|---|
pref | AutoPrefs |
|
area | Rect | |
label | GUIContent | |
style | GUIStyle | |
doGUIField | AutoPrefs |
Return Value
Type | Description |
---|---|
bool |