Mad Level Manager
 All Classes Namespaces Functions Enumerations Enumerator Properties
Classes | Public Member Functions | Static Public Member Functions | List of all members
MadLevelManager.MadGUI Class Reference

Classes

class  ArrayList< T >
 
class  ScrollableList< T >
 
class  ScrollableListItem
 
class  ScrollableListItemLabel
 

Public Member Functions

delegate void RunnableVoid0 ()
 
delegate void RunnableVoid1< T > (T arg1)
 
delegate T RunnableGeneric0< T > ()
 
delegate T RunnableGeneric1< T > (T arg1)
 

Static Public Member Functions

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 ()
 

The documentation for this class was generated from the following file: