Returns the axis of the vector's largest value. See
Vector3Axis.
If all components are equal, this method returns
X.
Namespace:
Godot
Assembly:
GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntaxpublic Vector3Axis MaxAxis()
Return Value
Type:
Vector3AxisThe index of the largest axis.
See Also