Version: 2023.2

AnimationUpdateMode

enumeration

切换到手册

描述

The update mode of the Animation component.

变量

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