IsLoadingAssetPreviews()
Checks whether any requested previews are still loading. Previews load asynchronously, so poll this and repaint when they finish.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Method
- Namespace: UnityEditor
- Assembly: UnityEditor
public static bool IsLoadingAssetPreviews()
Returns
Type | Description |
|---|---|
| bool | True if any requested previews are still loading, otherwise false. |