Timeline Mixer Documentation
TimelineMixer.MarkerTrackProcessor Class Reference

This track processor will connect the marker track to the graph. More...

Inheritance diagram for TimelineMixer.MarkerTrackProcessor:
[legend]

Additional Inherited Members

- Public Member Functions inherited from TimelineMixer.TrackProcessor
virtual void DisconnectTrack (PlayableNode timelineNode, int trackIndex, ref PlayableConnectionInfo info)
 Use this to cleanly disconnect tracks from their mixers and destroys any intermediary Playables. If you have added a lot of mixers or other playables between the timeline and output destroy them here. This is used when rebinding a timeline track at runtime. More...
 
- Protected Member Functions inherited from TimelineMixer.TrackProcessor
void ConnectPlayable (PlayableNode mixerNode, PlayableNode timelineNode, int trackIndex, ref PlayableConnectionInfo info)
 Connects the Timeline Playable to a mixer or passthrough and stores information about connections in the PlayableConnectionInfo More...
 

Detailed Description

This track processor will connect the marker track to the graph.