Click or drag to resize

OverlayUtilitiesDrawPointerLine Method (Vector3, Color)

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,
	Color lineColor
)

Parameters

points
Type: Vector3
The waypoints of line.
lineColor
Type: Color
The line color.
Exceptions
ExceptionCondition
ArgumentNullExceptionpoints is
See Also