Click or drag to resize

MCUtilitiesDrawHandleWireCube Method

Draws a wire cube.

Namespace:  HightlanderSolutions.MeshCheckerEditorExtension.Utilities
Assembly:  MeshCheckerLibrary (in MeshCheckerLibrary.dll) Version: 2.3
Syntax
C#
public static void DrawHandleWireCube(
	Vector3 position,
	Quaternion rotation,
	Vector3 size,
	Color color
)

Parameters

position
Type: Vector3
The bounds position.
rotation
Type: Quaternion
The bounds rotation.
size
Type: Vector3
The bounds size.
color
Type: Color
The bounds color.
See Also