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

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

공개 메소드들

메소드 설명
DownloadHandlerTexture ( ) : System
DownloadHandlerTexture ( bool readable ) : System

보호된 메소드들

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

비공개 메소드들

메소드 설명
InternalGetData ( ) : byte[]
InternalGetTexture ( ) : Texture2D

메소드 상세

DownloadHandlerTexture() 공개 메소드

public DownloadHandlerTexture ( ) : System
리턴 System

DownloadHandlerTexture() 공개 메소드

public DownloadHandlerTexture ( bool readable ) : System
readable bool
리턴 System

GetData() 보호된 메소드

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