public static string GetContent (Networking.UnityWebRequest www);

Parámetros

wwwA finished UnityWebRequest object with DownloadHandlerBuffer attached.

Valor de retorno

string The same as DownloadHandlerBuffer.text

Descripción

Returns a copy of the native-memory buffer interpreted as a UTF8 string.

A static function provided for convenience; equivalent to ((DownloadHandlerBuffer)www.downloadHandler).text.