# deltaRotation

> Gets the avatar delta rotation for the last evaluated frame.

## Definition

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

```csharp
public Quaternion deltaRotation { get; }
```

### Remarks

[\_applyRootMotion](/engine/6000.7/script-reference/unityengine/animator/applyrootmotion.md) must be enabled for deltaRotation to be calculated.
