Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetOutputByType<T>(int)

Get PlayableOutput of the requested type at the given index in the graph.
Read time 1 minuteLast updated 6 days ago

Definition

public PlayableOutput GetOutputByType<T>(int index) where T : struct, IPlayableOutput

Parameters

index

The output index.

Returns

Type

Description

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