Enum Vector3.Axis
- Namespace
- Godot
- Assembly
- GodotSharp.dll
Enumerated index values for the axes. Returned by MaxAxisIndex() and MinAxisIndex().
public enum Vector3.Axis
Fields
X = 0
The vector's X axis.
Y = 1
The vector's Y axis.
Z = 2
The vector's Z axis.