ModelData:getSkinCount

Edit

Returns the number of skins in the model. A skin is a collection of joints targeted by an animation.

count = ModelData:getSkinCount()

Arguments

None

Returns

NameTypeDescription
countnumber The number of skins in the model.

Notes

There is currently a maximum of 256 skins.

See also