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.