[ Web Proxy ]
URL:
Viewing: https://docs.unity3d.com/ScriptReference/Animator-applyRootMotion.html [Back]  [Original]

Unity - Scripting API: Animator.applyRootMotion
Version: Unity 6.5 (6000.5)
    • Supported
    • Legacy
    LanguageEnglish
    • C#

    Animator.applyRootMotion

    Suggest a change

    Success!

    Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

    Close

    Submission failed

    For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

    Close
    Your name Your email Suggestion* Submit suggestion

    Cancel

    Switch to Manual
    public bool applyRootMotion;

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

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


    Web Proxy Viewer  |  New URL  |  Original Page