Timeline script interface

The ITimelineState represents an actively running timeline. It derives from ITimelineStateBase which implements APIs in common between timelines and tweens. Many general playback APIs are part of ITimelineStateBase; the ITimelineState interface only provides APIs specific to timelines that do not also apply to tweens.

Timelines can be created using the play() method on the Timeline Controller script interface.

Timeline APIs

name
A read-only string with the name of the timeline.
Construct 3 Manual 2024-04-24

On this page