|  | 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
Syntax[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
Exceptions See Also
See Also