This version of Unity is unsupported.

PlayableOutputExtensions.SetWeight

public static void SetWeight(U output, float value);

Parameters

output The PlayableOutput used by this operation.
value The new weight.

Description

Sets the weight of the connection from the PlayableOutput to the source playable.

Implementation specific.