# BlendShape

The `BlendShape` class describes a shape attached to a mesh or face mesh which can be used to change the shape of that mesh.

## Properties

| Property     | Description                                                                                                                                                        |
| ------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `name`       | <p><code>(get) name: string (set) (Not Available)</code></p><p>Retrieves the name of the BlendShape.</p>                                                           |
| `prefabName` | <p><code>(get) prefabName: string (set) (Not Available)</code></p><p>Specifies the name of prefab for BlendShape. This is the unique identifier of the prefab.</p> |
| `weight`     | <p><code>(get) weight: ScalarValue (set) weight: ScalarSignal</code></p><p>Specifies the weight of the blend shape.</p>                                            |

## Methods

This module exposes no methods.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://sparkar-community.gitbook.io/docs/scenemodule/blendshape.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
