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