Method IsAssetBundleDownloaded
IsAssetBundleDownloaded(UnityWebRequestAsyncOperation)
Indicates if the requested AssetBundle is downloaded.
Declaration
public static bool IsAssetBundleDownloaded(UnityWebRequestAsyncOperation op)
Parameters
| Type | Name | Description | 
|---|---|---|
| UnityWebRequestAsyncOperation | op | The object returned from sending the web request.  | 
    
Returns
| Type | Description | 
|---|---|
| bool | Returns true if the AssetBundle is downloaded.  |