|
static Color | Darker (Color color) |
|
static Color | Brighter (Color color) |
|
static Color | ToggleColor (Color color, ref bool last) |
|
static bool | Button (string label) |
|
static void | Box (RunnableVoid0 runnable) |
|
static void | Box (string label, RunnableVoid0 runnable) |
|
static void | BeginBox () |
|
static void | BeginBox (string label) |
|
static void | EndBox () |
|
static void | Indent (RunnableVoid0 runnable) |
|
static void | IndentBox (RunnableVoid0 runnable) |
|
static void | IndentBox (string label, RunnableVoid0 runnable) |
|
static void | Disabled (RunnableVoid0 runnable) |
|
static void | ConditionallyEnabled (bool enabled, RunnableVoid0 runnable) |
|
static bool | InfoFix (string message) |
|
static bool | InfoFix (string message, string fixMessage) |
|
static bool | WarningFix (string message) |
|
static bool | ErrorFix (string message) |
|
static bool | ErrorFix (string message, string fixMessage) |
|
static bool | MessageFix (string message, MessageType messageType) |
|
static bool | MessageFix (string message, string fixMessage, MessageType messageType) |
|
static bool | MessageWithButton (string message, string buttonLabel, MessageType messageType) |
|
static void | Warning (string message) |
|
static void | Info (string message) |
|
static void | Error (string message) |
|
static void | Message (string message, MessageType messageType) |
|
static void | PropertyField (SerializedProperty obj, string label) |
|
static void | PropertyField (SerializedProperty obj, string label, string tooltip) |
|
static void | PropertyFieldVector2 (SerializedProperty obj, string label) |
|
static void | PropertyFieldToggleGroup (SerializedProperty obj, string label, RunnableVoid0 runnable) |
|
static void | PropertyFieldToggleGroup2 (SerializedProperty obj, string label, RunnableVoid0 runnable) |
|
static void | PropertyFieldToggleGroupInv2 (SerializedProperty obj, string label, RunnableVoid0 runnable) |
|
static void | PropertyFieldObjectsPopup< T > (Object target, string label, ref T selectedObject, List< T > objects, bool allowEditWhenDisabled) |
|
static bool | Foldout (string name, bool defaultState) |
|
static void | Separator () |
|