⏰Events

Connect custom behaviors to tracks

Events may be registered to perform additional actions when tracks are played in Timeflow.

Track On / Off

These events are triggered whenever the object's track state changes. This occurs when playing through a track section, or when jumping to another time where the track state is different.

In this example, during playback TrackOn() fires at 1 second and TrackOff() fires at 2 seconds.

Track Visibility Changed

This event is the same as the above however includes the boolean value of whether the track is on or off. Use this to trigger methods that take a bool parameter, or to drive the active state of an object or component.

Additional events may be added as needed by clicking the + button.

Last updated