Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


isDone

Checks if the operation is finished.
Read time 1 minuteLast updated 10 days ago

Definition

public bool isDone { get; }

Remarks

Returns
true
if the operation is finished. Otherwise, returns
false
. Read-only. Additional Resources: DownloadAssetPackAsyncOperation.keepWaiting, DownloadAssetPackAsyncOperation.progress, DownloadAssetPackAsyncOperation.downloadedAssetPacks.