This version of Unity is unsupported.

AnimationStream.GetInputStream

Declaration

public Animations.AnimationStream GetInputStream(int index);

Parameters

index The 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.