GetInputWeight(int)
Gets the weight of the Playable connected at a specific input index.
Read time 1 minuteLast updated 8 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Animations
- Assembly: UnityEngine.AnimationModule
public float GetInputWeight(int index)
Parameters
The input index.
Returns
Remarks
Additional Resources: AnimationStream.inputStreamCount.