GetBlendShapeFrameCount(int)
Returns the number of frames in the given blend shape.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
public int GetBlendShapeFrameCount(int shapeIndex)
Parameters
The index of the blend shape.
Returns
Type | Description |
|---|---|
| int | The number of frames in the blend shape. |