|
static GUIContent | TempContent (string text) |
|
static GUIContent | TempContent (string text, Texture texture) |
|
static GUIContent | TempContent (string text, Texture texture, string toolTip) |
|
static GUIContent | TempContent (string text, string toolTip) |
|
static void | PushGuiEnabled (bool enabled) |
| Pushes the old GUI enabled state, and sets the new More...
|
|
static void | PopGuiEnabled () |
| Pops the old GUI enabled state More...
|
|
static void | PushGuiColor (Color color) |
| Pushes the old GUI color, and sets the new More...
|
|
static void | PopGuiColor () |
| Pops the old GUI color More...
|
|
static void | PushGuiBackgroundColor (Color color) |
| Pushes the old GUI background color, and sets the new More...
|
|
static void | PopGuiBackgroundColor () |
| Pops the old GUI background color More...
|
|
static void | PushGuiContentColor (Color color) |
| Pushes the old GUI background color, and sets the new More...
|
|
static void | PopGuiContentColor () |
| Pops the old GUI background color More...
|
|
static void | PushGuiSkin (GUISkin skin) |
| Pushes the old GUI skin, and sets the new More...
|
|
static void | PopGuiSkin () |
| Pops the old GUI background color More...
|
|
static GUIContent | SplitNameAndTooltip (string nameAndTooltip, char separator='|') |
|
static void | DrawLabelShadow (Rect position, GUIContent content, GUIStyle style, float shadowAlpha=.6f) |
|
static void | ShadowLabel (Rect position, GUIContent content, float shadowAlpha=.6f) |
|
static void | ShadowLabel (Rect position, GUIContent content, GUIStyle style, float shadowAlpha=.6f) |
|
static void | Draw4 (Rect position, GUIContent content, float offset, float alpha, GUIStyle style) |
|
static void | Draw8 (Rect position, GUIContent content, float offset, float alpha, GUIStyle style) |
|
static void | DrawStyle (Rect rect, GUIStyle style, string text=null) |
|