The BlendShapesMesh class encapsulates multiple blendable meshes.
BlendShapesMesh
Property
Description
count
(get) count: number (set) (Not Available)
Retrieves the number of blend shapes
Method
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.
Last updated 5 years ago
Was this helpful?