Skip to content

Format

typescript
Mesh.bonesPerVertex

class: 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_nametypedescription

Return

typedescription
BonesPerVertexThe number of bones associated with each vertex.

Code Example

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