ModelData:getMeshBlendShapeCount
EditReturns the number of blend shapes in one of the model's meshes.
count = ModelData:getMeshBlendShapeCount(mesh)Arguments
| Name | Type | Description |
| mesh | number | The index of the mesh. |
Returns
| Name | Type | Description |
| count | number | The number of blend shapes the mesh has. |