Method CreatePlayable
CreatePlayable(PlayableGraph, GameObject)
Creates an instance of the timeline
Declaration
public override Playable CreatePlayable(PlayableGraph graph, GameObject go)
Parameters
| Type | Name | Description | 
|---|---|---|
| PlayableGraph | graph | PlayableGraph that will own the playable  | 
    
| GameObject | go | The gameobject that triggered the graph build  | 
    
Returns
| Type | Description | 
|---|---|
| Playable | The Root Playable of the Timeline  |