Method Create
Create(PlayableGraph, PlayableDirector)
Creates a Playable with a DirectorControlPlayable attached
선언
public static ScriptPlayable<DirectorControlPlayable> Create(PlayableGraph graph, PlayableDirector director)
파라미터
타입 | 이름 | 설명 |
---|---|---|
PlayableGraph | graph | The graph to inject the playable into |
PlayableDirector | director | The director to control |
반환
타입 | 설명 |
---|---|
ScriptPlayable<DirectorControlPlayable> | Returns a Playable with a DirectorControlPlayable attached |