# angularVelocity

> Gets the avatar angular velocity for the last evaluated frame.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine](/engine/6000.5/script-reference/unityengine.md)
* **Assembly:** UnityEngine.AnimationModule

```csharp
public Vector3 angularVelocity { get; }
```

### Remarks

[Animator.applyRootMotion](/engine/6000.5/script-reference/unityengine/animator/applyrootmotion.md) must be enabled for angularVelocity to be calculated.
