Animator.applyRootMotion
var applyRootMotion: bool;
bool applyRootMotion;
applyRootMotion as bool
Description

Should root motion be applied?

Root motion is the effect where an object's entire mesh moves away from its starting point but that motion is created by the animation itself rather than by changing the Transform position. Note that applyRootMotion has no effect when the script implements an MonoBehaviour.OnAnimatorMove function.