C# 클래스 UnityEngine.Experimental.Networking.DownloadHandlerAssetBundle

상속: DownloadHandler
파일 보기 프로젝트 열기: randomize/VimConfig

공개 메소드들

메소드 설명
DownloadHandlerAssetBundle ( string url, Hash128 hash, uint crc ) : System
DownloadHandlerAssetBundle ( string url, uint crc ) : System
DownloadHandlerAssetBundle ( string url, uint version, uint crc ) : System

보호된 메소드들

메소드 설명
GetData ( ) : byte[]
GetText ( ) : string

메소드 상세

DownloadHandlerAssetBundle() 공개 메소드

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

DownloadHandlerAssetBundle() 공개 메소드

public DownloadHandlerAssetBundle ( string url, uint crc ) : System
url string
crc uint
리턴 System

DownloadHandlerAssetBundle() 공개 메소드

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

GetData() 보호된 메소드

protected GetData ( ) : byte[]
리턴 byte[]

GetText() 보호된 메소드

protected GetText ( ) : string
리턴 string