deltaPosition
Gets the avatar delta position for the last evaluated frame.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Property
- Namespace: UnityEngine
- Assembly: UnityEngine.AnimationModule
public Vector3 deltaPosition { get; }
Remarks
Animator.applyRootMotion must be enabled for deltaPosition to be calculated.