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