Version: 2022.1
언어: 한국어
public Playables.Playable CreatePlayable (Playables.PlayableGraph graph, GameObject owner);

파라미터

graph The graph to inject playables into.
owner The game object which initiated the build.

반환

Playable The playable injected into the graph, or the root playable if multiple playables are injected.

설명

Implement this method to have your asset inject playables into the given graph.