streamingMipmaps
Enable mipmap streaming for this texture.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Property
- Namespace: UnityEditor
- Assembly: UnityEditor
public bool streamingMipmaps { get; set; }
Remarks
When mipmap streaming is enabled, Unity will automatically load only the mipmap levels needed to render the Scene based on the current camera positions. Mipmap streaming must be enabled in order to use the Texture2D mipmap streaming API.
Additional Resources: QualitySettings.streamingMipmapsActive.