Version: 2017.3 (switch to 2017.4)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

Texture2D.mipmapCount

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

public var mipmapCount: int;
public int mipmapCount;

Description

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

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

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.

See Also: GetPixels function, SetPixels function.

Did you find this page useful? Please give it a rating: