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.