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

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

공개 메소드들

메소드 설명
DownloadHandlerBuffer ( ) : System

보호된 메소드들

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

비공개 메소드들

메소드 설명
InternalGetData ( ) : byte[]
InternalGetText ( ) : string

메소드 상세

DownloadHandlerBuffer() 공개 메소드

public DownloadHandlerBuffer ( ) : System
리턴 System

GetData() 보호된 메소드

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

GetText() 보호된 메소드

protected GetText ( ) : string
리턴 string