public static float GetWeight (U output);

Parámetros

outputThe PlayableOutput used by this operation.

Valor de retorno

float The weight of the connection to the source playable.

Descripción

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.