| MCGUIEnabledScope Constructor |
Namespace:
HightlanderSolutions.MeshCheckerEditorExtension.UserInterface
Assembly:
MeshCheckerLibrary (in MeshCheckerLibrary.dll) Version: 2.3
Syntax public EnabledScope(
bool enabled,
bool saveState = false
)
Parameters
- enabled
- Type: SystemBoolean
The value indicating whether GUI elements inside the scope should be enabled. - saveState (Optional)
- Type: SystemBoolean
The value indicating whether current GUI.enabled state should be restored on end.
See Also