PlayableOutputExtensions.GetWeight

Declaration

public static float GetWeight(U output);

Parameters

output The PlayableOutput used by this operation.

Returns

float The weight of the connection to the source playable.

Description

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

The details are specific to the type of PlayableOutput. For Example, in AnimationPlayableOutput, the weight determines how multiple outputs targeting animator will blend together.


Did you find this page useful? Please give it a rating: