# GetBlendShapeFrameWeight(int, int)

> Returns the weight of the given frame in the blend shape.

## Definition

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

```csharp
public float GetBlendShapeFrameWeight(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                          |
| ------------------------------------------------------------- | ------------------------------------ |
| [float](https://learn.microsoft.com/dotnet/api/system.single) | The weight of the blend shape frame. |
