Version: 5.4
Experimental: this API is experimental and might be changed or removed in the future.

AnimationMixerPlayable.GetInput

マニュアルに切り替える
public Experimental.Director.Playable GetInput (int inputPort);

パラメーター

inputPort 入力のインデックス

戻り値

Playable Playable connected at the index specified, or null if the index is valid but is not connected to anything. This happens if there was once a Playable connected at the index, but was disconnected.

説明

指定したインデックスに接続されている Playable を返します。