Click or drag to resize

OverlayUtilitiesHandleLinesMaterial Property

Gets the handle lines material.

Namespace:  HightlanderSolutions.MeshCheckerEditorExtension.MeshAnalysisFramework
Assembly:  MeshCheckerLibrary (in MeshCheckerLibrary.dll) Version: 2.3
Syntax
C#
[PublicAPIAttribute]
[NotNullAttribute]
public static Material HandleLinesMaterial { get; }

Property Value

Type: Material
Exceptions
ExceptionCondition
InvalidOperationExceptionFailed to load required resource at path "SceneView/2DHandleLines.mat"
See Also