C# Class UnityEngine.Experimental.Networking.DownloadHandlerTexture

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

Méthodes publiques

Méthode Description
DownloadHandlerTexture ( ) : System
DownloadHandlerTexture ( bool readable ) : System

Méthodes protégées

Méthode Description
GetData ( ) : byte[]

Private Methods

Méthode Description
InternalGetData ( ) : byte[]
InternalGetTexture ( ) : Texture2D

Method Details

DownloadHandlerTexture() public méthode

public DownloadHandlerTexture ( ) : System
Résultat System

DownloadHandlerTexture() public méthode

public DownloadHandlerTexture ( bool readable ) : System
readable bool
Résultat System

GetData() protected méthode

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