Version: 2017.4
public Playables.Playable CreatePlayable (Playables.PlayableGraph graph, GameObject owner);

パラメーター

graphThe graph to inject playables into.
ownerThe 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.