mipLevelCount property
final
The number of mip levels allocated for this texture.
A value of 1 means no mip chain (only the base level). Larger values allocate additional levels with halved dimensions per step. Use Texture.fullMipCount to compute the maximum for a given size.
Implementation
final int mipLevelCount;