Version: 2018.3 (switch to 2019.1)
LanguageEnglish
  • C#

PlayableGraph.Create

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

Parameters

nameThe name of the graph.

Returns

PlayableGraph The newly created PlayableGraph.

Description

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.

Did you find this page useful? Please give it a rating: