public static AssetBundle GetContent (Networking.UnityWebRequest www);

Parámetros

wwwA finished UnityWebRequest object with DownloadHandlerAssetBundle attached.

Valor de retorno

AssetBundle The same as DownloadHandlerAssetBundle.assetBundle

Descripción

Returns the downloaded AssetBundle, or null.

A static function provided for convenience; equivalent to ((DownloadHandlerAssetBundle)www.downloadHandler).assetBundle.