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

AnimationStream.GetInputStream

マニュアルに切り替える
public Experimental.Animations.AnimationStream GetInputStream (int index);

パラメーター

indexThe input index.

戻り値

AnimationStream Returns the AnimationStream of the playable input at index. Returns an invalid stream if the input is not an animation Playable.

説明

Gets the AnimationStream of the playable input at index.

See Also: inputStreamCount.