# GetBlendShapeFrameVertexCount(int, int)

> Returns the number of vertices in the given blend shape frame.

## Definition

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

```csharp
public int GetBlendShapeFrameVertexCount(int shapeIndex, int frameIndex)
```

### Parameters

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

### Returns

| Type                                                       | Description                                      |
| ---------------------------------------------------------- | ------------------------------------------------ |
| [int](https://learn.microsoft.com/dotnet/api/system.int32) | The number of vertices in the blend shape frame. |
