# rootMotionPosition

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

## Definition

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

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

### Remarks

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