Class DownloadHandler
Inheritance
DownloadHandler
Assembly: UnityEngine.dll
Syntax
public class DownloadHandler : IDisposable
Properties
|
Improve this Doc
View Source
data
Declaration
public byte[] data { get; }
Property Value
|
Improve this Doc
View Source
isDone
Declaration
public bool isDone { get; }
Property Value
|
Improve this Doc
View Source
text
Declaration
public string text { get; }
Property Value
Methods
|
Improve this Doc
View Source
CompleteContent()
Declaration
protected virtual void CompleteContent()
|
Improve this Doc
View Source
Dispose()
Declaration
|
Improve this Doc
View Source
Finalize()
Declaration
protected void Finalize()
|
Improve this Doc
View Source
GetCheckedDownloader<T>(UnityWebRequest)
Declaration
protected static T GetCheckedDownloader<T>(UnityWebRequest www)
where T : DownloadHandler
Parameters
Returns
Type Parameters
|
Improve this Doc
View Source
GetData()
Declaration
protected virtual byte[] GetData()
Returns
|
Improve this Doc
View Source
GetProgress()
Declaration
protected virtual float GetProgress()
Returns
|
Improve this Doc
View Source
GetText()
Declaration
protected virtual string GetText()
Returns
|
Improve this Doc
View Source
ReceiveContentLength(Int32)
Declaration
protected virtual void ReceiveContentLength(int contentLength)
Parameters
Type |
Name |
Description |
Int32 |
contentLength |
|
|
Improve this Doc
View Source
ReceiveData(Byte[], Int32)
Declaration
protected virtual bool ReceiveData(byte[] data, int dataLength)
Parameters
Type |
Name |
Description |
Byte[] |
data |
|
Int32 |
dataLength |
|
Returns
Implements
Extension Methods