Axis Enum

Definition

Indicates an axis in the 3D space.

public enum Axis
type Axis = 
Public Enum Axis
Inheritance
Axis

Fields

X 0

The X axis (horizontal).

Y 1

The Y axis (vertical).

Z 2

The Z axis (depth).

Applies to