Version: 2023.2
言語: 日本語

AnimatorUpdateMode

enumeration

マニュアルに切り替える

説明

Animator のアップデートモード

変数

NormalAnimator updates in the Update loop.
FixedAnimator updates in the FixedUpdate loop. Use this mode to evaluate animation independent of frame rate.
UnscaledTimeTime.timeScale から独立して Animator を更新します。