Class EditorGUIUtil
- Namespace
- TAssetBundle.Editor
- Assembly
- TAssetBundle.Editor.dll
public static class EditorGUIUtil
- Inheritance
-
EditorGUIUtil
- Inherited Members
-
Methods
BeginColor(Color)
public static Color BeginColor(Color color)
Parameters
color
Color
Returns
- Color
BeginContentColor(Color)
public static Color BeginContentColor(Color color)
Parameters
color
Color
Returns
- Color
EndColor(Color)
public static void EndColor(Color color)
Parameters
color
Color
EndContentColor(Color)
public static void EndContentColor(Color color)
Parameters
color
Color
public static bool FoldoutHeaderGroup(bool foldout, string label, Color color = default, Action inGroup = null)
Parameters
foldout
bool
label
string
color
Color
inGroup
Action
Returns
- bool
public static bool FoldoutHeaderGroup(string foldoutKey, string label, Color color = default, bool defaultValue = true, Action inGroup = null)
Parameters
foldoutKey
string
label
string
color
Color
defaultValue
bool
inGroup
Action
Returns
- bool
LabelFieldColor(string, Color)
public static void LabelFieldColor(string label, Color color)
Parameters
label
string
color
Color