public static Texture2D GetContent (Networking.UnityWebRequest www);

Parameters

www已附加 DownloadHandlerTexture 的已完成 UnityWebRequest 对象。

Returns

Texture2DDownloadHandlerTexture.texture 相同

Description

返回下载的 Texturenull

为方便起见而提供的一种静态函数,等同于 ((DownloadHandlerTexture)www.downloadHandler).texture。