inputStreamCount
Gets the number of input streams. (Read Only)
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Property
- Namespace: UnityEngine.Animations
- Assembly: UnityEngine.AnimationModule
public int inputStreamCount { get; }
Remarks
The number of input streams are equal to the number of inputs in the Playable.
Additional Resources: AnimationStream.GetInputStream.