Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetOutputCountByType<T>()

Get the number of PlayableOutput of the requested type in the graph.
Read time 1 minuteLast updated 8 days ago

Definition

public int GetOutputCountByType<T>() where T : struct, IPlayableOutput

Returns

Type

Description

intThe number of PlayableOutput of the same type
T
in the graph.