MCGUI Class |
Namespace: HightlanderSolutions.MeshCheckerEditorExtension.UserInterface
[PublicAPIAttribute] public static class MCGUI
The MCGUI type exposes the following members.
Name | Description | |
---|---|---|
ButtonColor |
Gets the color of button GUI element.
| |
ErrorColor |
Gets the color of GUI element in «error» state.
| |
ErrorGUIColor | Obsolete.
Gets the color of GUI element in «error» state.
| |
Icons |
Gets a styles instance.
| |
OkColor |
Gets the color of GUI element in «ok» state.
| |
SeparatorLineColor |
Gets the separator line color.
| |
Styles |
Gets a styles instance.
| |
WarningColor |
Gets the color of GUI element in «warning» state.
|
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.
|
Name | Description | |
---|---|---|
EaseInOutQuad | Slow at the beginning and slow at the end Use this curve when things are moving out. | |
EaseInQuad | Slow at the beginning, fast/abrupt at the end Use this curve when things are moving out. | |
EaseOutQuad | Fast/abrupt at the beginning, slow at the end Use this curve when things are moving in. | |
EnteringDuration |
Recommended by Google duration of entering animation.
| |
ExitingDuration |
Recommended by Google duration of exiting animation.
| |
Linear |
Linear easing.
| |
ToolbarHeight |
The standard height of toolbars.
|