DownloadHandlerBuffer.GetContent
Parameters
| www | A finished UnityWebRequest object with DownloadHandlerBuffer attached. |
Returns
string The same as DownloadHandlerBuffer.text
Description 描述
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.