| MeshAnalysisInteractable Property |
Gets or sets a value indicating whether the analysis is interactable.
Namespace:
HightlanderSolutions.MeshCheckerEditorExtension.MeshAnalysisFramework.API
Assembly:
MeshCheckerLibrary (in MeshCheckerLibrary.dll) Version: 2.3
Syntax [PublicAPIAttribute]
public bool Interactable { get; protected set; }
Property Value
Type:
BooleanRemarks
Method
OnClick invokes depends on the Interactable flag.
See Also