GetBlendShapeFrameWeight(int, int)
Returns the weight of the given frame in the blend shape.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
public float GetBlendShapeFrameWeight(int shapeIndex, int frameIndex)
Parameters
Returns
Type | Description |
|---|---|
| float | The weight of the blend shape frame. |