Click or drag to resize

OverlayUtilitiesDrawPointerLine Method (Vector3, Boolean)

Draws a pointer GUI line using specified points.

Namespace:  HightlanderSolutions.MeshCheckerEditorExtension.MeshAnalysisFramework
Assembly:  MeshCheckerLibrary (in MeshCheckerLibrary.dll) Version: 2.3
Syntax
C#
[PublicAPIAttribute]
public static void DrawPointerLine(
	[NotNullAttribute] Vector3[] points,
	bool error
)

Parameters

points
Type: Vector3
The waypoints of line.
error
Type: SystemBoolean
Specifies whether the line points to error target.
Exceptions
ExceptionCondition
ArgumentNullExceptionpoints is
See Also