MCGUI Methods |
The MCGUI type exposes the following members.
| 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.
|