C# Class UnityEngine.Experimental.Networking.DownloadHandlerAssetBundle

Inheritance: DownloadHandler
Afficher le fichier Open project: randomize/VimConfig

Méthodes publiques

Méthode Description
DownloadHandlerAssetBundle ( string url, Hash128 hash, uint crc ) : System
DownloadHandlerAssetBundle ( string url, uint crc ) : System
DownloadHandlerAssetBundle ( string url, uint version, uint crc ) : System

Méthodes protégées

Méthode Description
GetData ( ) : byte[]
GetText ( ) : string

Method Details

DownloadHandlerAssetBundle() public méthode

public DownloadHandlerAssetBundle ( string url, Hash128 hash, uint crc ) : System
url string
hash UnityEngine.Hash128
crc uint
Résultat System

DownloadHandlerAssetBundle() public méthode

public DownloadHandlerAssetBundle ( string url, uint crc ) : System
url string
crc uint
Résultat System

DownloadHandlerAssetBundle() public méthode

public DownloadHandlerAssetBundle ( string url, uint version, uint crc ) : System
url string
version uint
crc uint
Résultat System

GetData() protected méthode

protected GetData ( ) : byte[]
Résultat byte[]

GetText() protected méthode

protected GetText ( ) : string
Résultat string