Format
typescript
Mesh.bonesPerVertexclass: Mesh
Description
The number of bones associated with each vertex.
This method returns an enumeration value of type EBonesPerVertex. For more detailed information, see EBonesPerVertex.
Parameters
| param_name | type | description |
|---|
Return
| type | description |
|---|---|
BonesPerVertex | The number of bones associated with each vertex. |
Code Example
typescript
let mesh = Resources.Load<Mesh>(Mesh, "meshId");
mesh.bonesPerVertex;