Infinity vector, a vector with all components set to `Mathf.Inf`.
Namespace:
Godot
Assembly:
GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax public static Vector3 Inf { get; }
Property Value
Type:
Vector3Equivalent to `new Vector3(Mathf.Inf, Mathf.Inf, Mathf.Inf)`
See Also