C# Class UnityEngine.Experimental.Networking.DownloadHandlerBuffer

Inheritance: DownloadHandler
Afficher le fichier Open project: randomize/VimConfig

Méthodes publiques

Méthode Description
DownloadHandlerBuffer ( ) : System

Méthodes protégées

Méthode Description
GetData ( ) : byte[]
GetText ( ) : string

Private Methods

Méthode Description
InternalGetData ( ) : byte[]
InternalGetText ( ) : string

Method Details

DownloadHandlerBuffer() public méthode

public DownloadHandlerBuffer ( ) : System
Résultat System

GetData() protected méthode

protected GetData ( ) : byte[]
Résultat byte[]

GetText() protected méthode

protected GetText ( ) : string
Résultat string