C# Class UnityEngine.Experimental.Networking.DownloadHandlerTexture

Inheritance: DownloadHandler
Show file Open project: randomize/VimConfig

Public Methods

Method Description
DownloadHandlerTexture ( ) : System
DownloadHandlerTexture ( bool readable ) : System

Protected Methods

Method Description
GetData ( ) : byte[]

Private Methods

Method Description
InternalGetData ( ) : byte[]
InternalGetTexture ( ) : Texture2D

Method Details

DownloadHandlerTexture() public method

public DownloadHandlerTexture ( ) : System
return System

DownloadHandlerTexture() public method

public DownloadHandlerTexture ( bool readable ) : System
readable bool
return System

GetData() protected method

protected GetData ( ) : byte[]
return byte[]