Method CreatePlayable
CreatePlayable(PlayableGraph, GameObject)
Creates an instance of the timeline
선언
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 Timeline |