# 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>                                     |
