Left unit vector. Represents the local direction of left,
and the global direction of west.
Namespace:
Godot
Assembly:
GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntaxpublic static Vector3 Left { get; }
Property Value
Type:
Vector3Equivalent to `new Vector3(-1, 0, 0)`
See Also