Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


AnimationUpdateMode

The update mode of the Animation component.
Read time 1 minuteLast updated 6 days ago

Definition

  • Type: Enum
  • Namespace: UnityEngine
  • Assembly: UnityEngine.AnimationModule
public enum AnimationUpdateMode

Fields

Value

Description

FixedAnimation updates in the FixedUpdate loop. Use this mode to evaluate animation independent of frame rate.
NormalAnimation updates in the Update loop.