Timeline Mixer Documentation
Loading...
Searching...
No Matches
TimelineMixer.TimelineMixerPlayable Class Reference
Inheritance diagram for TimelineMixer.TimelineMixerPlayable:
[legend]

Public Member Functions

void CreateTimelineMixerOutput ()
 Create an output on the playable graph for this TimelineMixerPlayable and connect it.
void AddToGraph (ScriptPlayable< TimelinePlayable > playable, PlayableNode timelineNode, TimelineAsset timeline, BindingData bindingGroup)
 Make graph connections and store information about them.

Private Member Functions

PlayableConnectionInfo CreateMixerConnections (PlayableConnectionInfo info)
 Connect playables to the right mixer, and return modified PlayableConnectionInfo.
void DestroyPlayableRecursive (Playable playable)
 Remove the Timeline Playable and its subgraph.

Member Function Documentation

◆ DestroyPlayableRecursive()

void TimelineMixer.TimelineMixerPlayable.DestroyPlayableRecursive ( Playable playable)
inlineprivate

Remove the Timeline Playable and its subgraph.

Parameters
playableThe root TimelinePlayable to remove.