Click or drag to resize

MCGUI Methods

The MCGUI type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCleanup
Cleans used resources.
Public methodStatic memberDrawLoopToolbar
Draws IndexLoop toolbar GUI in Layout zone.
Public methodStatic memberDrawSelectionGridT
Make a bunch of toggles. Only none or one can be selected.

Selection grid is GUILayout element and must be drawn in GUILayout scope.

Public methodStatic memberToolbarButton(Rect, String)
Make a single press button with EditorStyles.toolbarButton style.
Public methodStatic memberToolbarButton(Rect, GUIContent)
Make a single press button with EditorStyles.toolbarButton style.
Top
See Also