Skip to content

格式

typescript
Mesh.bindPoseIndices

所属类: Mesh

描述

网格绑定姿势索引信息。

参数

参数名类型描述

返回值

类型描述
number[]网格绑定姿势索引信息

代码示例

typescript
let mesh = Resources.Load<Mesh>(Mesh, "meshId");
mesh.bindPoseIndices;