Click or drag to resize

Vector2Left Property

Left unit vector. Represents the direction of left.

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

Property Value

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