Method Create
Create(PlayableGraph, ITimeControl)
Creates a Playable with a TimeControlPlayable behaviour attached
Declaration
public static ScriptPlayable<TimeControlPlayable> Create(PlayableGraph graph, ITimeControl timeControl)
Parameters
| Type | Name | Description |
|---|---|---|
| PlayableGraph | graph | The PlayableGraph to inject the Playable into. |
| ITimeControl | timeControl |
Returns
| Type | Description |
|---|---|
| ScriptPlayable<TimeControlPlayable> |