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