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