Version: 2023.2

AnimatorUpdateMode

enumeration

切换到手册

描述

动画器的更新模式。

变量

NormalAnimator updates in the Update loop.
FixedAnimator updates in the FixedUpdate loop. Use this mode to evaluate animation independent of frame rate.
UnscaledTime动画器更新独立于 Time.timeScale。