ModelData:getBlendShapeName
EditReturns the name of a blend shape in the model.
name = ModelData:getBlendShapeName(index)
Arguments
Name | Type | Description |
index | number | The index of a blend shape. |
Returns
Name | Type | Description |
name | string | The name of the blend shape. |
Notes
This function will throw an error if the blend shape index is invalid.