Version: 5.3
Experimental: this API is experimental and might be changed or removed in the future.

DownloadHandlerAssetBundle.GetContent

매뉴얼로 전환
public static AssetBundle GetContent (Experimental.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.