Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetInputStream(int)

Gets the AnimationStream of the playable input at index.
Read time 1 minuteLast updated 7 days ago

Definition

public AnimationStream GetInputStream(int index)

Parameters

index

The input index.

Returns

Type

Description

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

Remarks

Additional Resources: AnimationStream.inputStreamCount.