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.