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.GetOutputByType

public Playables.PlayableOutput GetOutputByType(int index);

Parameters

indexThe output index.

Returns

PlayableOutput The PlayableOutput at the given index among all the PlayableOutput of the same type T.

Description

Get PlayableOutput of the requested type at the given index in the graph.