C# Class UnityEngine.Experimental.Networking.UploadHandlerRaw

Inheritance: UploadHandler
ファイルを表示 Open project: randomize/VimConfig Class Usage Examples

Public Methods

Method Description
UploadHandlerRaw ( byte data ) : System

Private Methods

Method Description
GetContentType ( ) : string
GetData ( ) : byte[]
GetProgress ( ) : float
InternalGetContentType ( ) : string
InternalGetData ( ) : byte[]
InternalGetProgress ( ) : float
InternalSetContentType ( string newContentType ) : void
SetContentType ( string newContentType ) : void

Method Details

UploadHandlerRaw() public method

public UploadHandlerRaw ( byte data ) : System
data byte
return System