Version: 2017.1
public void SetBlendShapeWeight (int index, float value);

パラメーター

index 修正する BlendShape のインデックス
value パーセント単位のこの BlendShape の重さ。

説明

このレンダラー上での BlendShape の割合をパーセントで設定します。

Index must be smaller than the Mesh.blendShapeCount of the Mesh attached to this Renderer. At weight 0 BlendShape has no influence; at weight 100 BlendShape is fully active. Weight is limited to the [0,100] range.

See Also: GetBlendShapeWeight.