# Sandbox.PlayerController.BrakePower

```csharp
float BrakePower { get; set; }
```

We will apply extra friction when we're on the ground and our desired velocity is
lower than our current velocity, so we will slow down.

Declared in [Sandbox.PlayerController](/api/Sandbox.PlayerController).
Assembly: `Sandbox.Engine`.
