Method CreatePlayable
CreatePlayable(PlayableGraph, GameObject)
Creates the root of a Playable subgraph to play the audio clip.
선언
public override Playable CreatePlayable(PlayableGraph graph, GameObject go)
파라미터
| 타입 | 이름 | 설명 |
|---|---|---|
| PlayableGraph | graph | PlayableGraph that will own the playable |
| GameObject | go | The GameObject that triggered the graph build |
반환
| 타입 | 설명 |
|---|---|
| Playable | The root playable of the subgraph |