MeshBaker
Public Types | Static Public Member Functions | List of all members
MB_EditorUtil Class Reference

Public Types

enum  EditorListOption {
  EditorListOption.None = 0, EditorListOption.ListSize = 1, EditorListOption.ListLabel = 2, EditorListOption.ElementLabels = 4,
  EditorListOption.Buttons = 8, EditorListOption.Default = ListSize | ListLabel | ElementLabels, EditorListOption.NoElementLabels = ListSize | ListLabel, EditorListOption.All = Default | Buttons
}
 

Static Public Member Functions

static void DrawSeparator ()
 
static Rect DrawHeader (string text)
 
static void Show (SerializedProperty list, EditorListOption options=EditorListOption.Default)
 

Member Enumeration Documentation

Enumerator
None 
ListSize 
ListLabel 
ElementLabels 
Buttons 
Default 
NoElementLabels 
All 

Member Function Documentation

static Rect MB_EditorUtil.DrawHeader ( string  text)
static
static void MB_EditorUtil.DrawSeparator ( )
static
static void MB_EditorUtil.Show ( SerializedProperty  list,
EditorListOption  options = EditorListOption.Default 
)
static

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