LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

This version of Unity is unsupported.

QueueMode

enumeration

Description

Used by Animation.Play function.

Properties

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.