Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


streamingMipmaps

Determines whether mipmap streaming is enabled for this Texture.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Property
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
public bool streamingMipmaps { get; }

Remarks

Mipmap streaming can only be enabled using the TextureImporter and cannot be changed at run time.