# Sandbox.NavMeshAgent.WishVelocity

```csharp
Vector3 WishVelocity { get; set; }
```

The velocity the agent would like to move at, you can pass this into a PlayerController.

Declared in [Sandbox.NavMeshAgent](/api/Sandbox.NavMeshAgent).
Assembly: `Sandbox.Engine`.
