Version: 2022.1
public static int GetOutputCount (U playable);

参数

playable 此操作所用的 Playable

返回

int 可播放项上的输出数量。

描述

返回 Playable 支持的输出数量。

目前仅支持 1 个输出。

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