Show / Hide Table of Contents

Class DownloadHandlerAssetBundle

Inheritance
Object
DownloadHandler
DownloadHandlerAssetBundle
Implements
IDisposable
Inherited Members
DownloadHandler.Dispose()
DownloadHandler.isDone
DownloadHandler.data
DownloadHandler.text
DownloadHandler.ReceiveData(Byte[], Int32)
DownloadHandler.ReceiveContentLength(Int32)
DownloadHandler.CompleteContent()
DownloadHandler.GetProgress()
DownloadHandler.GetCheckedDownloader<T>(UnityWebRequest)
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 sealed class DownloadHandlerAssetBundle : DownloadHandler, IDisposable

Constructors

| Improve this Doc View Source

DownloadHandlerAssetBundle(String, String, Hash128, UInt32)

Declaration
public DownloadHandlerAssetBundle(string url, string name, Hash128 hash, uint crc)
Parameters
Type Name Description
String url
String name
Hash128 hash
UInt32 crc
| Improve this Doc View Source

DownloadHandlerAssetBundle(String, UInt32)

Declaration
public DownloadHandlerAssetBundle(string url, uint crc)
Parameters
Type Name Description
String url
UInt32 crc
| Improve this Doc View Source

DownloadHandlerAssetBundle(String, UInt32, UInt32)

Declaration
public DownloadHandlerAssetBundle(string url, uint version, uint crc)
Parameters
Type Name Description
String url
UInt32 version
UInt32 crc
| Improve this Doc View Source

DownloadHandlerAssetBundle(String, CachedAssetBundle, UInt32)

Declaration
public DownloadHandlerAssetBundle(string url, CachedAssetBundle cachedBundle, uint crc)
Parameters
Type Name Description
String url
CachedAssetBundle cachedBundle
UInt32 crc
| Improve this Doc View Source

DownloadHandlerAssetBundle(String, Hash128, UInt32)

Declaration
public DownloadHandlerAssetBundle(string url, Hash128 hash, uint crc)
Parameters
Type Name Description
String url
Hash128 hash
UInt32 crc

Properties

assetBundle

Declaration
public AssetBundle assetBundle { get; }
Property Value
Type Description
AssetBundle

Methods

| Improve this Doc View Source

GetContent(UnityWebRequest)

Declaration
public static AssetBundle GetContent(UnityWebRequest www)
Parameters
Type Name Description
UnityWebRequest www
Returns
Type Description
AssetBundle
| Improve this Doc View Source

GetData()

Declaration
protected override byte[] GetData()
Returns
Type Description
Byte[]
Overrides
DownloadHandler.GetData()
| Improve this Doc View Source

GetText()

Declaration
protected override string GetText()
Returns
Type Description
String
Overrides
DownloadHandler.GetText()

Implements

System.IDisposable

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
MustExtensions.MustBeNull<T>(T)
MustExtensions.MustBeNull<T>(T, String)
MustExtensions.MustNotBeNull<T>(T)
MustExtensions.MustNotBeNull<T>(T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX