中文
Appearance
Texture.mipmapCount
Texture
(只读)纹理的Mipmap级别数量。
Mipmap是一种为了在不同距离和角度下提高纹理渲染性能和质量的技术。
number
let texture = Resources.Load<Texture>(Texture, "textureId"); texture.mipmapCount;