# Sandbox.PlayerController.AirFriction

```csharp
float AirFriction { get; set; }
```

How much friction to add when we're in the air. This will slow you down unless you have a wish
velocity.

Declared in [Sandbox.PlayerController](/api/Sandbox.PlayerController).
Assembly: `Sandbox.Engine`.
