DownloadHandlerTexture.GetContent
Parameters
| www | A finished UnityWebRequest object with DownloadHandlerTexture attached. |
Returns
Texture2D The same as DownloadHandlerTexture.texture
Description 描述
Returns the downloaded Texture, or null.
A static function provided for convenience; equivalent to ((DownloadHandlerTexture)www.downloadHandler).texture.