AssetBundleUnloadOperation

class in UnityEngine

/

Inherits from:AsyncOperation

/

Implemented in:UnityEngine.AssetBundleModule

Description

Async unload operation for an AssetBundle.

Public Methods

WaitForCompletionSynchronously waits for the operation to complete.

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: