# Sandbox.Citizen.CitizenAnimationHelper.WithWishVelocity

```csharp
void WithWishVelocity(Vector3 Velocity)
```

Animates the wish for the character to move in a certain direction. For example, when in the air, your character will swing their arms in that direction.

### Parameters

- `Velocity` (`Vector3`)

Declared in [Sandbox.Citizen.CitizenAnimationHelper](/api/Sandbox.Citizen.CitizenAnimationHelper).
Assembly: `Sandbox.Engine`.
