This version of Unity is unsupported.

GetAssetPackStateAsyncOperation.isDone

public bool isDone;

Description

Checks if the operation is finished.

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. See Also: GetAssetPackStateAsyncOperation.keepWaiting, GetAssetPackStateAsyncOperation.size, GetAssetPackStateAsyncOperation.states.