GetBlendShapeName(int)
Returns the name of the blend shape at the given index.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
public string GetBlendShapeName(int shapeIndex)
Parameters
The index of the blend shape.
Returns
Type | Description |
|---|---|
| string | The name of the blend shape. |