Texture:getMipmapCount

Edit

Returns the number of mipmap levels in the Texture.

mipmaps = Texture:getMipmapCount()

Arguments

None

Returns

NameTypeDescription
mipmapsnumber The number of mipmap levels in the Texture.

See also