AnimationUpdateMode

enumeration

Description

The update mode of the Animation component.

Properties

NormalAnimation updates in the Update loop.
FixedAnimation updates in the FixedUpdate loop. Use this mode to evaluate animation independent of frame rate.

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