Class PlayableDirectorExtensions
Inheritance
PlayableDirectorExtensions
Syntax
public static class PlayableDirectorExtensions
Methods
GatherDirectors(PlayableDirector, List<PlayableDirector>)
Given a playable director, fills a list of all referenced PlayableDirectors from clips
Declaration
public static void GatherDirectors(this PlayableDirector director, List<PlayableDirector> subDirectors)
Parameters
GatherDOTSTrackBindings(PlayableDirector, ICollection<TrackBaseBinding>)
Gathers the list of DOTS Track related bindings
Declaration
public static void GatherDOTSTrackBindings(this PlayableDirector director, ICollection<TrackBaseBinding> bindings)
Parameters
Gathers all tags on a playable director.
Declaration
public static void GatherTags(this PlayableDirector director, ICollection<Hash128> tags)
Parameters
Exceptions
HasDOTSTimeline(PlayableDirector)
Returns whether this playable director has a timeline requires DOTS
Declaration
public static bool HasDOTSTimeline(this PlayableDirector director)
Parameters
Returns
Exceptions