Version: 2017.3
public static string GetContent (Networking.UnityWebRequest www);

パラメーター

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

戻り値

string DownloadHandlerBuffer.text と同様です。

説明

UTF8 文字列として解釈されるネイティブメモリバッファーのコピーを返します。

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