Version: 2018.2
public static Texture2D GetContent (Networking.UnityWebRequest www);

パラメーター

www DownloadHandlerTexture にアタッチされている終了した UnityWebRequest オブジェクト

戻り値

Texture2D DownloadHandlerTexture.texture と同様

説明

ダウンロードした Texturenull を返します。

便利な静的関数を提供します。 ((DownloadHandlerTexture)www.downloadHandler).texture に相当します。