This version of Unity is unsupported.
Experimental: this API is experimental and might be changed or removed in the future.

AnimationStream.GetInputStream

Declaration

public Experimental.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.