Show / Hide Table of Contents

Class UnityWebRequestAssetBundle

Inheritance
Object
UnityWebRequestAssetBundle
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEngine.Networking
Assembly: UnityEngine.dll
Syntax
public static class UnityWebRequestAssetBundle

Methods

| Improve this Doc View Source

GetAssetBundle(String)

Declaration
public static UnityWebRequest GetAssetBundle(string uri)
Parameters
Type Name Description
String uri
Returns
Type Description
UnityWebRequest
| Improve this Doc View Source

GetAssetBundle(String, UInt32)

Declaration
public static UnityWebRequest GetAssetBundle(string uri, uint crc)
Parameters
Type Name Description
String uri
UInt32 crc
Returns
Type Description
UnityWebRequest
| Improve this Doc View Source

GetAssetBundle(String, UInt32, UInt32)

Declaration
public static UnityWebRequest GetAssetBundle(string uri, uint version, uint crc)
Parameters
Type Name Description
String uri
UInt32 version
UInt32 crc
Returns
Type Description
UnityWebRequest
| Improve this Doc View Source

GetAssetBundle(String, CachedAssetBundle, UInt32)

Declaration
public static UnityWebRequest GetAssetBundle(string uri, CachedAssetBundle cachedAssetBundle, uint crc = 0U)
Parameters
Type Name Description
String uri
CachedAssetBundle cachedAssetBundle
UInt32 crc
Returns
Type Description
UnityWebRequest
| Improve this Doc View Source

GetAssetBundle(String, Hash128, UInt32)

Declaration
public static UnityWebRequest GetAssetBundle(string uri, Hash128 hash, uint crc = 0U)
Parameters
Type Name Description
String uri
Hash128 hash
UInt32 crc
Returns
Type Description
UnityWebRequest
| Improve this Doc View Source

GetAssetBundle(Uri)

Declaration
public static UnityWebRequest GetAssetBundle(Uri uri)
Parameters
Type Name Description
Uri uri
Returns
Type Description
UnityWebRequest
| Improve this Doc View Source

GetAssetBundle(Uri, UInt32)

Declaration
public static UnityWebRequest GetAssetBundle(Uri uri, uint crc)
Parameters
Type Name Description
Uri uri
UInt32 crc
Returns
Type Description
UnityWebRequest
| Improve this Doc View Source

GetAssetBundle(Uri, UInt32, UInt32)

Declaration
public static UnityWebRequest GetAssetBundle(Uri uri, uint version, uint crc)
Parameters
Type Name Description
Uri uri
UInt32 version
UInt32 crc
Returns
Type Description
UnityWebRequest
| Improve this Doc View Source

GetAssetBundle(Uri, CachedAssetBundle, UInt32)

Declaration
public static UnityWebRequest GetAssetBundle(Uri uri, CachedAssetBundle cachedAssetBundle, uint crc = 0U)
Parameters
Type Name Description
Uri uri
CachedAssetBundle cachedAssetBundle
UInt32 crc
Returns
Type Description
UnityWebRequest
| Improve this Doc View Source

GetAssetBundle(Uri, Hash128, UInt32)

Declaration
public static UnityWebRequest GetAssetBundle(Uri uri, Hash128 hash, uint crc = 0U)
Parameters
Type Name Description
Uri uri
Hash128 hash
UInt32 crc
Returns
Type Description
UnityWebRequest
  • Improve this Doc
  • View Source
Back to top Generated by DocFX