Click or drag to resize

MCGUIEnabledScope Constructor

Namespace:  HightlanderSolutions.MeshCheckerEditorExtension.UserInterface
Assembly:  MeshCheckerLibrary (in MeshCheckerLibrary.dll) Version: 2.3
Syntax
C#
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