GetInputWeight<U>(U, int)
Returns the weight of the Playable connected at the given input port index.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Playables
- Assembly: UnityEngine.CoreModule
GetInputWeight<T>(T, int)
public static float GetInputWeight<U>(this U playable, int inputIndex) where U : struct, IPlayable
Parameters
Returns
Remarks
Use this templated extension method on any type that inherits from IPlayable.