Version: 2020.1
언어: 한국어
public static AssetBundle GetContent (Networking.UnityWebRequest www);

파라미터

www A finished UnityWebRequest object with DownloadHandlerAssetBundle attached.

반환

AssetBundle The same as DownloadHandlerAssetBundle.assetBundle

설명

Returns the downloaded AssetBundle, or null.

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