public static Playables.PlayableGraph Create ();
public static Playables.PlayableGraph Create (string name);

Parámetros

nameThe name of the graph.

Valor de retorno

PlayableGraph The newly created PlayableGraph.

Descripción

Creates a PlayableGraph.

The PlayableGraph is created without a Playable and a PlayableOutput.

The name is optional but it can help when using editor tools, like the GraphVisualizer.