Version: 2021.3
public static Playables.Playable GetInput (U playable, int inputPort);

参数

playable 此操作所用的 Playable
inputPort 端口索引。

返回

Playable 指定索引处连接的 Playable,如果索引有效但未连接任何可播放项,则返回 null。如果曾在索引处连接了可播放项,但又通过 PlayableGraph.Disconnect 断开了连接,则会出现这种情况。

描述

返回给定输入端口索引处连接的 Playable

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