Method | Description | |
---|---|---|
DownloadHandlerBuffer ( ) : System |
Default constructor.
|
|
GetContent ( |
Returns a copy of the native-memory buffer interpreted as a UTF8 string.
|
Method | Description | |
---|---|---|
GetData ( ) : byte[] |
Returns a copy of the contents of the native-memory data buffer as a byte array.
|
|
GetText ( ) : string |
Returns a copy of the native-memory buffer interpreted as a UTF8 string.
|
Method | Description | |
---|---|---|
InternalGetData ( ) : byte[] | ||
InternalGetText ( ) : string |
public static GetContent ( |
||
www | A finished UnityWebRequest object with DownloadHandlerBuffer attached. | |
return | string |