ModelData:getBlob

Edit

Returns one of the Blobs in the model, by index.

blob = ModelData:getBlob(index)

Arguments

NameTypeDescription
indexnumber The index of the Blob to get.

Returns

NameTypeDescription
blobBlob The Blob object.

See also