Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


isDone

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

Definition

public bool isDone { get; }

Remarks

Returns
true
if the operation is finished. Otherwise, returns
false
. Once the property returns true, GetAssetPackStateAsyncOperation.size and GetAssetPackStateAsyncOperation.states properties can be called to get results. Read-only. Additional Resources: GetAssetPackStateAsyncOperation.keepWaiting, GetAssetPackStateAsyncOperation.size, GetAssetPackStateAsyncOperation.states.