Class DownloadHandlerAssetBundle
Inheritance
DownloadHandlerAssetBundle
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
|
Improve this Doc
View Source
DownloadHandlerAssetBundle(String, UInt32)
Declaration
public DownloadHandlerAssetBundle(string url, uint crc)
Parameters
|
Improve this Doc
View Source
DownloadHandlerAssetBundle(String, UInt32, UInt32)
Declaration
public DownloadHandlerAssetBundle(string url, uint version, uint crc)
Parameters
|
Improve this Doc
View Source
DownloadHandlerAssetBundle(String, CachedAssetBundle, UInt32)
Declaration
public DownloadHandlerAssetBundle(string url, CachedAssetBundle cachedBundle, uint crc)
Parameters
|
Improve this Doc
View Source
DownloadHandlerAssetBundle(String, Hash128, UInt32)
Declaration
public DownloadHandlerAssetBundle(string url, Hash128 hash, uint crc)
Parameters
Properties
assetBundle
Declaration
public AssetBundle assetBundle { get; }
Property Value
Methods
|
Improve this Doc
View Source
GetContent(UnityWebRequest)
Declaration
public static AssetBundle GetContent(UnityWebRequest www)
Parameters
Returns
|
Improve this Doc
View Source
GetData()
Declaration
protected override byte[] GetData()
Returns
Overrides
|
Improve this Doc
View Source
GetText()
Declaration
protected override string GetText()
Returns
Overrides
Implements
Extension Methods