This version of Unity is unsupported.

PlayableGraph.GetOutput

Declaration

public Playables.PlayableOutput GetOutput(int index);

Parameters

index The output index.

Returns

PlayableOutput The PlayableOutput at this given index, otherwise null.

Description

Get PlayableOutput at the given index in the graph.