C# Class UnityEngine.Experimental.Networking.DownloadHandlerAssetBundle

Inheritance: DownloadHandler
Show file Open project: randomize/VimConfig

Public Methods

Method Description
DownloadHandlerAssetBundle ( string url, Hash128 hash, uint crc ) : System
DownloadHandlerAssetBundle ( string url, uint crc ) : System
DownloadHandlerAssetBundle ( string url, uint version, uint crc ) : System

Protected Methods

Method Description
GetData ( ) : byte[]
GetText ( ) : string

Method Details

DownloadHandlerAssetBundle() public method

public DownloadHandlerAssetBundle ( string url, Hash128 hash, uint crc ) : System
url string
hash UnityEngine.Hash128
crc uint
return System

DownloadHandlerAssetBundle() public method

public DownloadHandlerAssetBundle ( string url, uint crc ) : System
url string
crc uint
return System

DownloadHandlerAssetBundle() public method

public DownloadHandlerAssetBundle ( string url, uint version, uint crc ) : System
url string
version uint
crc uint
return System

GetData() protected method

protected GetData ( ) : byte[]
return byte[]

GetText() protected method

protected GetText ( ) : string
return string