Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


mipmapEnabled

Generate Mip Maps.
Read time 1 minuteLast updated 5 days ago

Definition

  • Type: Property
  • Namespace: UnityEditor
  • Assembly: UnityEditor
public bool mipmapEnabled { get; set; }

Remarks

Select this to enable mip-map generation. Mipmaps are smaller versions of the Texture that get used when the Texture is very small on screen.