Interface of stack panel, for StackWindow to draw the GUI.  
 More...
Inherited by StackConsolePanel, StackGroupPanel, and StackTweakPanel.
| Public Member Functions | |
| GUIContent | GetPanelTitle () | 
| Get the panel title.  More... | |
| void | DrawTitleAddon () | 
| Draw add-on GUI at the end of the title bar.  More... | |
| void | DrawPanelGUI () | 
| Draw the panel content GUI.  More... | |
Interface of stack panel, for StackWindow to draw the GUI. 
User might want to combine or separate main and GUI logic of custom scripts. To use interface instead of a base class for it to inherit from others in need.
| GUIContent GetPanelTitle | ( | ) | 
Get the panel title.
Implemented in StackConsolePanel, StackTweakPanel, and StackGroupPanel.
| void DrawTitleAddon | ( | ) | 
Draw add-on GUI at the end of the title bar.
Implemented in StackConsolePanel, StackTweakPanel, and StackGroupPanel.
| void DrawPanelGUI | ( | ) | 
Draw the panel content GUI.
Implemented in StackConsolePanel, StackTweakPanel, and StackGroupPanel.