mipmapCount
How many mipmap levels are in this Texture.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Property
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
public int mipmapCount { get; }
Remarks
The returned value includes the base level as well, so it is always 1 or more.