Click or drag to resize

OverlayUtilitiesDrawAALine Method

Draws an anti-aliased line between p0 and p1.

Namespace:  HightlanderSolutions.MeshCheckerEditorExtension.MeshAnalysisFramework
Assembly:  MeshCheckerLibrary (in MeshCheckerLibrary.dll) Version: 2.3
Syntax
C#
[PublicAPIAttribute]
public static void DrawAALine(
	float width,
	Vector3 p0,
	Vector3 p1
)

Parameters

width
Type: SystemSingle
The width of anti-aliased lines.
p0
Type: Vector3
The first point.
p1
Type: Vector3
The second point.
Remarks
Method invocation doesn't allocate additional memory by parameters array creation in Handles.DrawAAPolyLine(UnityEngine.Color[],UnityEngine.Vector3[]).
See Also