GetWeight
Bone.GetWeight method
获取 index 指定的控制点的权重
public double GetWeight(int index)
范围 | 类型 | 描述 |
---|---|---|
index | Int32 | 控制点索引 |
返回值
指定索引的权重,如果索引无效,则为 0
也可以看看
- class Bone
- 命名空间 Aspose.ThreeD.Deformers
- 部件 Aspose.3D
获取 index 指定的控制点的权重
public double GetWeight(int index)
范围 | 类型 | 描述 |
---|---|---|
index | Int32 | 控制点索引 |
指定索引的权重,如果索引无效,则为 0