Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


isDone

Indicates whether the operation has completed.
Read time 1 minuteLast updated 6 days ago

Definition

public bool isDone { get; }

Remarks

Returns
true
if the operation is finished. Otherwise, returns
false
. After this property returns
true
, you can check ConfirmationDialogAsyncOperation.result to verify if the user consented to download asset packs. Read-only.