LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

This version of Unity is unsupported.

PlayableGraph.GetOutput

public Playables.PlayableOutput GetOutput(int index);

Parameters

indexThe output index.

Returns

PlayableOutput The PlayableOutput at this given index, otherwise null.

Description

Get PlayableOutput at the given index in the graph.