|  | MCGUI Methods | 
The MCGUI type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|   | Cleanup | 
                Cleans used resources.
             | 
|   | DrawLoopToolbar | 
                Draws IndexLoop toolbar GUI in Layout zone.
             | 
|   | DrawSelectionGridT | 
                Make a bunch of toggles. Only none or one can be selected.
                 Selection grid is GUILayout element and must be drawn in GUILayout scope. | 
|   | ToolbarButton(Rect, String) | 
                Make a single press button with EditorStyles.toolbarButton style.
             | 
|   | ToolbarButton(Rect, GUIContent) | 
                Make a single press button with EditorStyles.toolbarButton style.
             | 
 See Also
See Also