PlaybackState

Represents the current state of a Tween, as indicated by its Tween.PlaybackState property.

Items

Name
Value
Description

Begin

0

The Tween is created but has not started playing. This state does not recur.

Delayed

1

The Tween is waiting for a delay defined by TweenInfo.DelayTime before playing.

Playing

2

The Tween is currently playing.

Paused

3

The Tween is paused and can be resumed.

Completed

4

The Tween has finished playing.

Cancelled

5

The Tween was stopped before completion.

Last updated