Skip to content

format

typescript
SkinnedMeshRenderer.bones

class: SkinnedMeshRenderer

description

The array of bones or bone matrices associated with the renderer.

This method is typically used to handle skeletal animation for character models, allowing the model to deform based on the actions of the bones.

parameter

param_nametypedescription

reture

typedescription
Transform[]|null

code example