Skip to content

Api > AnimatorUpdateMode


AnimatorUpdateMode⚓︎

The update mode of the Animator.

Elements⚓︎

Element Description
AnimatorUpdateMode.AnimatePhysics Updates the animator during the physic loop in order to have the animation system synchronized with the physics engine.
AnimatorUpdateMode.Normal Normal update of the animator.
AnimatorUpdateMode.UnscaledTime Animator updates independently of Time.timeScale.