AnimatorUpdateMode

enumeration

Description

The update mode of the Animator.

Properties

NormalAnimator updates in the Update loop.
FixedAnimator updates in the FixedUpdate loop. Use this mode to evaluate animation independent of frame rate.
UnscaledTimeAnimator updates independently of Time.timeScale.

Did you find this page useful? Please give it a rating: