Version: 5.3
Experimental: this API is experimental and might be changed or removed in the future.

DownloadHandlerTexture.GetContent

매뉴얼로 전환
public static Texture2D GetContent (Experimental.Networking.UnityWebRequest www);

파라미터

www A finished UnityWebRequest object with DownloadHandlerTexture attached.

반환

Texture2D The same as DownloadHandlerTexture.texture

설명

Returns the downloaded Texture, or null.

A static function provided for convenience; equivalent to ((DownloadHandlerTexture)www.downloadHandler).texture.