Class DownloadHandlerBuffer
Inheritance
DownloadHandlerBuffer
Assembly: UnityEngine.dll
Syntax
public sealed class DownloadHandlerBuffer : DownloadHandler, IDisposable
Constructors
|
Improve this Doc
View Source
DownloadHandlerBuffer()
Declaration
public DownloadHandlerBuffer()
Methods
|
Improve this Doc
View Source
GetContent(UnityWebRequest)
Declaration
public static string GetContent(UnityWebRequest www)
Parameters
Returns
|
Improve this Doc
View Source
GetData()
Declaration
protected override byte[] GetData()
Returns
Overrides
Implements
Extension Methods