Model:getTexture
EditReturns one of the textures in the Model.
texture = Model:getTexture(index)
Arguments
Name | Type | Description |
index | number | The index of the texture to get. |
Returns
Name | Type | Description |
texture | Texture | The texture. |
See also
Model:getTextureCount
Model:getMaterial
Model