ModelData:getBlob
EditReturns one of the Blobs in the model, by index.
blob = ModelData:getBlob(index)
Arguments
Name | Type | Description |
index | number | The index of the Blob to get. |
Returns
Name | Type | Description |
blob | Blob | The Blob object. |
See also
ModelData:getBlobCount
ModelData:getImage
ModelData