public static float GetWeight (U output);

Parameters

outputThe 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.