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.