â°Events
Connect custom behaviors to tracks
Events may be registered to perform additional actions when tracks are played in Timeflow.

Be sure to select Editor And Runtime if you wish the event to fire in edit mode.
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.

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.
If you need additional logic around an event, write a MonoBehaviour script with a function that can be called by the event.
Last updated