Wanzyee Studio
StackGroupPanel

Stack panel to display multiple sub panels together. More...

Inherits MonoBehaviour, and IStackPanel.

Public Member Functions

GUIContent GetPanelTitle ()
 Get the panel title. More...
 
void DrawTitleAddon ()
 Draw add-on GUI at the end of the title bar with the expand and fold buttons. More...
 
void DrawPanelGUI ()
 Draw the panel content GUI with all sub stack panels. More...
 

Public Attributes

string title = "Stack Group"
 The group panel title. More...
 
List< Object > panels = new List<Object>()
 All the sub IStackPanel to draw within. More...
 

Detailed Description

Stack panel to display multiple sub panels together.

Member Function Documentation

GUIContent GetPanelTitle ( )

Get the panel title.

Returns
The panel title.

Implements IStackPanel.

void DrawTitleAddon ( )

Draw add-on GUI at the end of the title bar with the expand and fold buttons.

Implements IStackPanel.

void DrawPanelGUI ( )

Draw the panel content GUI with all sub stack panels.

Implements IStackPanel.

Member Data Documentation

string title = "Stack Group"

The group panel title.

List<Object> panels = new List<Object>()

All the sub IStackPanel to draw within.