Skip to content

Format

typescript
Mesh.bindPoseIndices

class: Mesh

Description

Mesh bind pose index information.

Parameters

param_nametypedescription

Return

typedescription
number[]Mesh bind pose index information.

Code Example

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