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.

PlayState

enumeration

Description

Status of a Playable.

Properties

PausedThe Playable has been paused. Its local time will not advance.
PlayingThe Playable is currently Playing.
DelayedThe Playable has been delayed, using PlayableExtensions.SetDelay. It will not start until the delay is entirely consumed.