Version: 2022.3
언어: 한국어
public static float GetWeight (U output);

파라미터

output The PlayableOutput used by this operation.

반환

float The weight of the connection to the source playable.

설명

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.