Метод | Описание | |
---|---|---|
DownloadHandlerTexture ( ) : System |
Default constructor.
|
|
DownloadHandlerTexture ( bool readable ) : System |
Constructor, allows TextureImporter.isReadable property to be set.
|
|
GetContent ( |
Returns the downloaded Texture, or null.
|
Метод | Описание | |
---|---|---|
GetData ( ) : byte[] |
Called by DownloadHandler.data. Returns a copy of the downloaded image data as raw bytes.
|
Метод | Описание | |
---|---|---|
InternalGetData ( ) : byte[] | ||
InternalGetTexture ( ) : |
public DownloadHandlerTexture ( ) : System | ||
Результат | System |
public DownloadHandlerTexture ( bool readable ) : System | ||
readable | bool | Value to set for TextureImporter.isReadable. |
Результат | System |
public static GetContent ( |
||
www | A finished UnityWebRequest object with DownloadHandlerTexture attached. | |
Результат |