Click or drag to resize

Vector2Inf Property

Infinity vector, a vector with all components set to `Mathf.Inf`.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static Vector2 Inf { get; }

Property Value

Type: Vector2
Equivalent to `new Vector2(Mathf.Inf, Mathf.Inf)`
See Also