Texture2D.mipmapCount 多级纹理数

var mipmapCount : int

Description描述

How many mipmap levels are in this texture (Read Only).

此纹理有多少mipmap级别(只读)

The returned value includes the base level as well, so it is always 1 or more.

返回的值包括基本级别,因此它总是为1或更大

Mipmap count is used if you use GetPixels or SetPixels to fetch or modify the different mip levels. For example, you could change a texture so that each mip level is tinted in a different color - then in the game you'd see which mip levels are actually visible.

如果您使用 GetPixels 或 SetPixels 来读取或修改不同 mip 级别的纹理,则使用 Mipmap 计数。举例来说,您可以更改纹理,以便每个mip 级别以不同的颜色着色,然后在游戏中,您将看到哪些mip级别是实际可见的。

参见: GetPixels 函数, SetPixels 函数

最后修改:2010年12月17日 Friday 23:33

本脚本参考基于Unity 3.4.1f5

英文部分版权属©Unity公司所有,中文部分© Unity圣典 版权所有,未经许可,严禁转载 。