# rootMotionRotation

> Gets the root motion rotation for the evaluated frame. (Read Only)

## Definition

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

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

### Remarks

Additional Resources: [Animator.applyRootMotion](/engine/6000.5/script-reference/unityengine/animator/applyrootmotion.md), and [IAnimationJob.ProcessRootMotion](/engine/6000.5/script-reference/unityengine/animations/ianimationjob/processrootmotion.md).
