Click or drag to resize

Vector3MinAxis Method

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
C#
public Vector3Axis MinAxis()

Return Value

Type: Vector3Axis
The index of the smallest axis.
See Also