isDone
Checks if the operation is finished.
Read time 1 minuteLast updated 8 days ago
Definition
- Type: Property
- Namespace: UnityEngine.Android
- Assembly: UnityEngine.AndroidJNIModule
public bool isDone { get; }
Remarks
Returns if the operation is finished. Otherwise, returns . 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.
truefalse