Click or drag to resize

MCUtilitiesDrawHandleAllAxis Method

Draws all axis.

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

Parameters

size
Type: Vector3
The axis size.
center
Type: Vector3
The center position of axis.
rotation
Type: Quaternion
The axis rotation.
See Also