This operation allows you to track the progress and access the result of an asynchronus AssetDatabase load operation.
| Property | Description |
|---|---|
| LoadedObject | The resulting Object of the asynchronus load operation. This will be null on failure. |
| Property | Description |
|---|---|
| allowSceneActivation | Allows a scene to be activated as soon as it's ready. |
| isDone | When the value is true, then the operation has finished. Otherwise, the operation is in progress. (Read Only) |
| priority | Integer representing the execution order priority of this AsyncOperation. |
| progress | A floating point value representing the operation's current state of progress toward completion, where 1.0 represents completion. (Read Only) |
| Event | Description |
|---|---|
| completed | Raised when this AsyncOperation operation has completed. |