|
Timeline Mixer Documentation
|
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. | |
|
inlineprivate |
Remove the Timeline Playable and its subgraph.
| playable | The root TimelinePlayable to remove. |