# GetBlendShapeFrameWeight(int, int)

> Returns the weight of a blend shape frame.

## 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 shape index of the frame.**** (\[int]\(https\://learn.microsoft.com/dotnet/api/system.int32)): The frame index to get the weight from.

### Returns

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