# deltaPosition

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

## Definition

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

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

### Remarks

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