# Sandbox.PlayerController.Velocity

```csharp
Vector3 Velocity { get; set; }
```

Our actual physical velocity minus our ground velocity

Declared in [Sandbox.PlayerController](/api/Sandbox.PlayerController).
Assembly: `Sandbox.Engine`.
