public void SetBlendShapeWeight (int index, float value);

参数

index要修改的 BlendShape 的索引。
value百分比形式的 BlendShape 的权重。

描述

以百分比的形式设置此渲染器上的 BlendShape 的权重。

索引必须小于附加到此渲染器的网格的 Mesh.blendShapeCount。 在权重为 0 时,BlendShape 没有影响,在权重为 100 时,BlendShape 完全处于活动状态。 权重限于 [0,100] 范围内。

另请参阅:GetBlendShapeWeight