SetOutputCount<U>(U, int)
Changes the number of outputs supported by the Playable.
Read time 1 minuteLast updated 8 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Playables
- Assembly: UnityEngine.CoreModule
SetOutputCount<T>(T, int)
public static void SetOutputCount<U>(this U playable, int value) where U : struct, IPlayable
Parameters
Remarks
Use this templated extension method on any type that inherits from IPlayable.