|  | OverlayUtilitiesDrawLine Method (Vector3, Vector3, Single) | 
 
                Draws a line between p1 and p2.
            
 
    Namespace: 
   HightlanderSolutions.MeshCheckerEditorExtension.MeshAnalysisFramework
    Assembly:
   MeshCheckerLibrary (in MeshCheckerLibrary.dll) Version: 2.3
 Syntax
Syntax[PublicAPIAttribute]
public static void DrawLine(
	Vector3 p1,
	Vector3 p2,
	float width
)
Parameters
- p1
- Type: Vector3
 The first point.
- p2
- Type: Vector3
 The second point.
- width
- Type: SystemSingle
 The width of a line.
 See Also
See Also