PlaybackState

Describes the current state of a Tween in its Tween.PlaybackState property.

Items

NameValueSummary
Begin0

The tween has been created, but has yet to be played. After exiting this state, the tween never enters it again.

Delayed1

The tween is waiting for the duration specified in its TweenInfo.DelayTime. After the delay elapses, the tween plays.

Playing2

The tween is currently in progress.

Paused3

The tween is paused in the middle of playing.

Completed4

The tween completed successfully.

Cancelled5

The tween was cancelled before completion.

On this page