> For the complete documentation index, see [llms.txt](https://sparkar-community.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sparkar-community.gitbook.io/docs/scenemodule/blendshapesmesh.md).

# BlendShapesMesh

The `BlendShapesMesh` class encapsulates multiple blendable meshes.

## Properties

| Property | Description                                                                                              |
| -------- | -------------------------------------------------------------------------------------------------------- |
| `count`  | <p><code>(get) count: number (set) (Not Available)</code></p><p>Retrieves the number of blend shapes</p> |

## Methods

| Method       | Description                                                                                                                                   |
| ------------ | --------------------------------------------------------------------------------------------------------------------------------------------- |
| `getAtIndex` | <p><code>getAtIndex(index: number): BlendShape</code></p><p>Returns the blendshape at the given index, with 0 being the first blendshape.</p> |
| `getByName`  | <p><code>getByName(name: String): BlendShape</code></p><p>Returns the blendshape with the given name.</p>                                     |
