C# Class UnityEngine.Networking.DownloadHandlerScript

Inheritance: DownloadHandler
Afficher le fichier Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Méthodes publiques

Méthode Description
DownloadHandlerScript ( ) : System

Create a DownloadHandlerScript which allocates new buffers when passing data to callbacks.

DownloadHandlerScript ( byte preallocatedBuffer ) : System

Create a DownloadHandlerScript which reuses a preallocated buffer to pass data to callbacks.

Private Methods

Méthode Description
InternalSetPreallocatedBuffer ( byte buffer ) : void

Method Details

DownloadHandlerScript() public méthode

Create a DownloadHandlerScript which allocates new buffers when passing data to callbacks.

public DownloadHandlerScript ( ) : System
Résultat System

DownloadHandlerScript() public méthode

Create a DownloadHandlerScript which reuses a preallocated buffer to pass data to callbacks.

public DownloadHandlerScript ( byte preallocatedBuffer ) : System
preallocatedBuffer byte A byte buffer into which data will be copied, for use by DownloadHandler.ReceiveData.
Résultat System