Click or drag to resize

Vector2Up Property

Up unit vector. Y is down in 2D, so this vector points -Y.

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

Property Value

Type: Vector2
Equivalent to `new Vector2(0, -1)`
See Also