SetWeight<U>(U, float)
Sets the weight of the connection from the PlayableOutput to the source playable.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Playables
- Assembly: UnityEngine.CoreModule
SetWeight<T>(T, float)
public static void SetWeight<U>(this U output, float value) where U : struct, IPlayableOutput
Parameters
Remarks
Implementation specific.