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