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 11 days ago

Definition

  • Type: Method
  • Namespace: UnityEditor
  • Assembly: UnityEditor.CoreModule
public static bool IsLoadingAssetPreviews()

Returns

Type

Description

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