Axis Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates an axis in the 3D space.
public enum Axis
type Axis =
Public Enum Axis
- Inheritance
-
Axis
Fields
Name | Value | Description |
---|---|---|
X | 0 | The X axis (horizontal). |
Y | 1 | The Y axis (vertical). |
Z | 2 | The Z axis (depth). |