All Classes Namespaces Functions Variables Enumerations Enumerator Properties
plyCommonEditor.EdToolbar Class Reference

The plyGame Toolbar. See EdGlobal.AddToolbarButtons() to learn how buttons are added to the toolbar. More...

Inherits EditorWindow.

Classes

class  ToolbarButton
 A plyGame Toolbar Button. More...
 

Static Public Member Functions

static int DrawButtonToolBar (EditorWindow ed, ref bool[] foldout, ref Rect clickedButtonPos, List< ToolbarButton > buttons, GUIStyle buttonStyle, GUIStyle foldStyleH, GUIStyle foldStyleV, float buttonWH, float buttonPadding)
 
static void AddToolbarButtons (List< ToolbarButton > buttons)
 Add buttons to the Toolbar. More...
 
static void Show_EdToolbar ()
 

Static Public Attributes

static List< ToolbarButtonToolbarButtons = new List<ToolbarButton>()
 

Protected Member Functions

void OnGUI ()
 

Detailed Description

The plyGame Toolbar. See EdGlobal.AddToolbarButtons() to learn how buttons are added to the toolbar.

Member Function Documentation

static void plyCommonEditor.EdToolbar.AddToolbarButtons ( List< ToolbarButton buttons)
static

Add buttons to the Toolbar.