Version: 2023.1
言語: 日本語

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.