Skip to content

Latest commit

 

History

History
54 lines (50 loc) · 1.27 KB

blendshapesmesh.md

File metadata and controls

54 lines (50 loc) · 1.27 KB

BlendShapesMesh

The BlendShapesMesh class encapsulates multiple blendable meshes.

Properties

Property Description
count

(get) count: number (set) (Not Available)

Retrieves the number of blend shapes

## Methods
Method Description
getAtIndex

getAtIndex(index: number): BlendShape

Returns the blendshape at the given index, with 0 being the first blendshape.

getByName

getByName(name: String): BlendShape

Returns the blendshape with the given name.