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

Parámetros

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

Valor de retorno

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

Descripción

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