C# Class UnityEngine.Experimental.Networking.UploadHandler

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

Méthodes publiques

Méthode Description
Dispose ( ) : void

Private Methods

Méthode Description
GetContentType ( ) : string
GetData ( ) : byte[]
GetProgress ( ) : float
InternalCreateRaw ( byte data ) : void
InternalDestroy ( ) : void
SetContentType ( string newContentType ) : void
UploadHandler ( ) : System

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void