# Vector2Int.Normal

```csharp
Vector2 Normal { get; set; }
```

Returns a unit version of this vector. Keep in mind this returns a Vector2 and not a Vector2Int.

Declared in [Vector2Int](/api/Vector2Int).
Assembly: `Sandbox.System`.
