Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


QueueMode

Used by Animation.Play function.
Read time 1 minuteLast updated 4 days ago

Definition

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

Fields

Value

Description

CompleteOthersWill start playing after all other animations have stopped playing.
PlayNowStarts playing immediately. This can be used if you just want to quickly create a duplicate animation.