AssetDatabaseLoadOperation

class in UnityEditor

/

Inherits from:AsyncOperation

Description

This operation allows you to track the progress and access the result of an asynchronus AssetDatabase load operation.

Properties

LoadedObjectThe resulting Object of the asynchronus load operation. This will be null on failure.

Inherited Members

Properties

allowSceneActivationAllow Scenes to be activated as soon as it is ready.
isDoneHas the operation finished? (Read Only)
priorityPriority lets you tweak in which order async operation calls will be performed.
progressWhat's the operation's progress. (Read Only)

Events

completedRaised when this AsyncOperation operation has completed.

Did you find this page useful? Please give it a rating: