# Vector2.Left

```csharp
static Vector2 Left { get; set; }
```

Returns a 2D vector with X set to -1. This typically represents the left hand direction in 2D space.

Declared in [Vector2](/api/Vector2).
Assembly: `Sandbox.System`.
