public static string GetContent (Networking.UnityWebRequest www);

Parameters

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

Returns

string 与 DownloadHandlerBuffer.text 相同

Description

返回解释为 UTF8 字符串的本机内存缓冲区的副本。

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