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

상속: UploadHandler
파일 보기 프로젝트 열기: randomize/VimConfig 1 사용 예제들

공개 메소드들

메소드 설명
UploadHandlerRaw ( byte data ) : System

비공개 메소드들

메소드 설명
GetContentType ( ) : string
GetData ( ) : byte[]
GetProgress ( ) : float
InternalGetContentType ( ) : string
InternalGetData ( ) : byte[]
InternalGetProgress ( ) : float
InternalSetContentType ( string newContentType ) : void
SetContentType ( string newContentType ) : void

메소드 상세

UploadHandlerRaw() 공개 메소드

public UploadHandlerRaw ( byte data ) : System
data byte
리턴 System