AssetBundleCreateRequest

class in UnityEngine

/

Inherits from:AsyncOperation

/

Implemented in:UnityEngine.AssetBundleModule

Description

Asynchronous load request for an AssetBundle.

Properties

Property Description
assetBundleAsset object being loaded (Read Only).

Inherited Members

Properties

PropertyDescription
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

EventDescription
completedRaised when this AsyncOperation operation has completed.

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