Method CreatePlayable
CreatePlayable(PlayableGraph, GameObject)
Implement this method to have your asset inject playables into the given graph.
선언
public virtual Playable CreatePlayable(PlayableGraph graph, GameObject owner)
파라미터
| 타입 | 이름 | 설명 |
|---|---|---|
| PlayableGraph | graph | The graph to inject playables into. |
| GameObject | owner | The game object which initiated the build. |
반환
| 타입 | 설명 |
|---|---|
| Playable | The playable injected into the graph, or the root playable if multiple playables are injected. |