Version: 2020.3
언어: 한국어

Animator.applyRootMotion

매뉴얼로 전환
public bool applyRootMotion ;

설명

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 a MonoBehaviour.OnAnimatorMove function.

Changing the value of applyRootMotion at runtime will re-initialize the animator.