GetInputStream(int)
Gets the AnimationStream of the playable input at index.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Animations
- Assembly: UnityEngine.AnimationModule
public AnimationStream GetInputStream(int index)
Parameters
The input index.
Returns
Type | Description |
|---|---|
| AnimationStream | Returns the AnimationStream of the playable input at |
Remarks
Additional Resources: AnimationStream.inputStreamCount.