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.
Last updated