# Sandbox.NavMeshAgent.Acceleration

```csharp
float Acceleration { get; set; }
```

The maximum acceleration a agent can have. This is how fast the agent can change its velocity.
If you want snappy movement this should be as high or higher than [Sandbox.NavMeshAgent.MaxSpeed](/api/Sandbox.NavMeshAgent/MaxSpeed).

Declared in [Sandbox.NavMeshAgent](/api/Sandbox.NavMeshAgent).
Assembly: `Sandbox.Engine`.
