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... | |
Stack panel to display multiple sub panels together.
| GUIContent GetPanelTitle | ( | ) |
| 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.
| string title = "Stack Group" |
The group panel title.
| List<Object> panels = new List<Object>() |
All the sub IStackPanel to draw within.