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

파라미터

nameThe name of the graph.

반환

PlayableGraph The newly created PlayableGraph.

설명

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.