# GetBlendShapeName(int)

> Returns the name of the blend shape at the given index.

## Definition

* **Type:** Method
* **Namespace:** [UnityEngine](/engine/6000.7/script-reference/unityengine.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
public string GetBlendShapeName(int shapeIndex)
```

### Parameters

**** (\[int]\(https\://learn.microsoft.com/dotnet/api/system.int32)): The index of the blend shape.

### Returns

| Type                                                           | Description                  |
| -------------------------------------------------------------- | ---------------------------- |
| [string](https://learn.microsoft.com/dotnet/api/system.string) | The name of the blend shape. |
