Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

boolTrue if any requested previews are still loading, otherwise false.