Version: 2021.3
言語: 日本語
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.