Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetOutput(int)

Get PlayableOutput at the given index in the graph.
Read time 1 minuteLast updated 5 days ago

Definition

public PlayableOutput GetOutput(int index)

Parameters

index

The output index.

Returns

Type

Description

PlayableOutputThe PlayableOutput at this given index, otherwise null.