|  | OverlayUtilitiesDrawAATriangleSolid Method (Vector3, Boolean, Single) | 
 
                Draws an anti-aliased solid triangle.
            
 
    Namespace: 
   HightlanderSolutions.MeshCheckerEditorExtension.MeshAnalysisFramework
    Assembly:
   MeshCheckerLibrary (in MeshCheckerLibrary.dll) Version: 2.3
 Syntax
Syntax[PublicAPIAttribute]
public static void DrawAATriangleSolid(
	[NotNullAttribute] Vector3[] points,
	bool showVertices = false,
	float verticesSize = 4f
)
Parameters
- points
- Type: Vector3
 The array of points.
- showVertices (Optional)
- Type: SystemBoolean
 Specifies whether vertices should be drawn.
- verticesSize (Optional)
- Type: SystemSingle
 Size of vertices.
 Exceptions
Exceptions See Also
See Also