Method Create
Create(PlayableGraph, PlayableDirector)
Creates a Playable with a DirectorControlPlayable attached
Declaration
public static ScriptPlayable<DirectorControlPlayable> Create(PlayableGraph graph, PlayableDirector director)
Parameters
Type | Name | Description |
---|---|---|
PlayableGraph | graph | The graph to inject the playable into |
PlayableDirector | director | The director to control |
Returns
Type | Description |
---|---|
ScriptPlayable<DirectorControlPlayable> | Returns a Playable with a DirectorControlPlayable attached |