Click or drag to resize

OverlayUtilitiesDrawWireRect Method

Draws a rough rectangle.

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

Parameters

p0
Type: Vector3
The first point.
p1
Type: Vector3
The second point.
p2
Type: Vector3
The third point.
p3
Type: Vector3
The fourth point.
Remarks
Method invocation doesn't allocate additional memory by parameters array creation in Handles.DrawPolyLine(UnityEngine.Vector3[]).
See Also