PlayableOutputExtensions.GetWeight
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.