IsRequestedMipmapLevelLoaded()
Checks to see whether the mipmap level set by requestedMipmapLevel has finished loading.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
public bool IsRequestedMipmapLevelLoaded()
Returns
Type | Description |
|---|---|
| bool | True if the mipmap level requested by requestedMipmapLevel has finished loading. |