mipmapCount
Number of mipmaps to generate for the created texture.
Read time 1 minuteLast updated 9 days ago
Definition
- Type: Field
- Namespace: UnityEngine.Networking
- Assembly: UnityEngine.UnityWebRequestTextureModule
public int mipmapCount
Remarks
The value of -1 means the number of mipmaps is automatically determined. Only has meaning when DownloadedTextureParams.flags have mipmap chain flag set.