Version: 2023.1
언어: 한국어

AnimatorUpdateMode

enumeration

매뉴얼로 전환

설명

The update mode of the Animator.

변수

NormalAnimator updates in the Update loop.
FixedAnimator updates in the FixedUpdate loop. Use this mode to evaluate animation independent of frame rate.
UnscaledTimeAnimator updates independently of Time.timeScale.