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

AnimationStream.GetInputStream

Switch to Manual
public Experimental.Animations.AnimationStream GetInputStream (int index);

Parameters

indexThe input index.

Returns

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

Description

Gets the AnimationStream of the playable input at index.

See Also: inputStreamCount.