Model:getTexture

Edit

Returns one of the textures in the Model.

texture = Model:getTexture(index)

Arguments

NameTypeDescription
indexnumber The index of the texture to get.

Returns

NameTypeDescription
textureTexture The texture.

See also