Method Create
Create(PlayableGraph, ITimeControl)
Creates a Playable with a TimeControlPlayable behaviour attached
선언
public static ScriptPlayable<TimeControlPlayable> Create(PlayableGraph graph, ITimeControl timeControl)
파라미터
| 타입 | 이름 | 설명 |
|---|---|---|
| PlayableGraph | graph | The PlayableGraph to inject the Playable into. |
| ITimeControl | timeControl |
반환
| 타입 | 설명 |
|---|---|
| ScriptPlayable<TimeControlPlayable> |