BlendShapesMesh
The
BlendShapesMesh
class encapsulates multiple blendable meshes.Property | Description |
count | (get) count: number (set) (Not Available) Retrieves the number of blend shapes |
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 modified 3yr ago