Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

ScriptPlayableOutput.Create

Declaration

public static Playables.ScriptPlayableOutput Create(Playables.PlayableGraph graph, string name);

Parameters

graph The PlayableGraph that will contain the ScriptPlayableOutput.
name The name of this ScriptPlayableOutput.

Returns

ScriptPlayableOutput The created ScriptPlayableOutput.

Description

Creates a new ScriptPlayableOutput in the associated PlayableGraph.