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