Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


SetOutputCount<U>(U, int)

Changes the number of outputs supported by the Playable.
Read time 1 minuteLast updated 8 days ago

Definition

SetOutputCount<T>(T, int)

public static void SetOutputCount<U>(this U playable, int value) where U : struct, IPlayable

Parameters

playable

T
The Playable used by this operation.

value

Remarks

Use this templated extension method on any type that inherits from IPlayable.