Method IsAssetBundleDownloaded
IsAssetBundleDownloaded(UnityWebRequestAsyncOperation)
Indicates if the requested AssetBundle is downloaded.
선언
public static bool IsAssetBundleDownloaded(UnityWebRequestAsyncOperation op)
파라미터
타입 | 이름 | 설명 |
---|---|---|
UnityWebRequestAsyncOperation | op | The object returned from sending the web request. |
반환
타입 | 설명 |
---|---|
bool | Returns true if the AssetBundle is downloaded. |