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