Method Start
Start(ProvideHandle, AssetBundleUnloadOperation, Func<UnityWebRequestResult, bool>)
Stores AssetBundle loading information, starts loading the bundle.
Declaration
public void Start(ProvideHandle provideHandle, AssetBundleUnloadOperation unloadOp, Func<UnityWebRequestResult, bool> requestRetryCallback)
Parameters
Type | Name | Description |
---|---|---|
ProvideHandle | provideHandle | The container for AssetBundle loading information. |
AssetBundleUnloadOperation | unloadOp | The async operation for unloading the AssetBundle. |
Func<UnityWebRequestResult, bool> | requestRetryCallback | The callback for retrying the AssetBundle download request. |