Version: 2021.2
언어: 한국어
public static Playables.PlayableGraph Create ();
public static Playables.PlayableGraph Create (string name);

파라미터

name The 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.