Method Unload
Unload(out AssetBundleUnloadOperation)
Starts an async operation that unloads all resources associated with the AssetBundle.
Declaration
public bool Unload(out AssetBundleUnloadOperation unloadOp)
Parameters
| Type | Name | Description |
|---|---|---|
| AssetBundleUnloadOperation | unloadOp | The async operation. |
Returns
| Type | Description |
|---|---|
| bool | Returns true if the async operation object is valid. |