Click or drag to resize

Vector3MaxAxis Method

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

Return Value

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