Method GetSubTimelines
GetSubTimelines(TimelineClip, PlayableDirector, List<PlayableDirector>)
Gets the sub-timelines for a specific clip. Implement this method if your clip supports playing nested timelines.
Declaration
public virtual void GetSubTimelines(TimelineClip clip, PlayableDirector director, List<PlayableDirector> subTimelines)
Parameters
Type | Name | Description |
---|---|---|
TimelineClip | clip | The clip with the ControlPlayableAsset. |
PlayableDirector | director | The playable director driving the Timeline Clip. This may not be the same as TimelineEditor.inspectedDirector. |
List<PlayableDirector> | subTimelines | Specify the sub-timelines to control. |