C# Class UnityEngine.Experimental.Networking.UploadHandlerRaw

Inheritance: UploadHandler
Afficher le fichier Open project: randomize/VimConfig Class Usage Examples

Méthodes publiques

Méthode Description
UploadHandlerRaw ( byte data ) : System

Private Methods

Méthode 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 méthode

public UploadHandlerRaw ( byte data ) : System
data byte
Résultat System