Version: 2023.2
언어: 한국어

AssetPreview.IsLoadingAssetPreview

매뉴얼로 전환
public static bool IsLoadingAssetPreview (int instanceID);

파라미터

instanceID InstanceID of the assset that a preview has been requested for by: AssetPreview.GetAssetPreview().

설명

Loading previews is asynchronous so it is useful to know if a specific asset preview is in the process of being loaded so client code e.g can repaint while waiting for the loading to finish.