Version: 2022.3
언어: 한국어
public void SetBlendShapeWeight (int index, float value);

파라미터

index The index of the BlendShape to modify. Index must be smaller than the Mesh.blendShapeCount of the Mesh attached to this Renderer.
value The weight for this BlendShape.

설명

Sets the weight of a BlendShape for this Renderer.

The weight of a BlendShape represents how much the Mesh has been blended (or morphed) from its original shape to a target BlendShape (another Mesh containing the same topology, but with different vertex positions than the original). The BlendShape weight range includes values between the minimum and the maximum weights defined in the model.

See Also: GetBlendShapeWeight.