# GetBlendShapeName(int)

> Returns name of BlendShape by 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)):&#x20;

### Returns

| Type                                                           | Description |
| -------------------------------------------------------------- | ----------- |
| [string](https://learn.microsoft.com/dotnet/api/system.string) |             |

### Remarks

Additional Resources: [Mesh.blendShapeCount](/engine/6000.7/script-reference/unityengine/mesh/blendshapecount.md).
