data
Returns the raw bytes downloaded from the remote server, or null. (Read Only)
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Property
- Namespace: UnityEngine.Networking
- Assembly: UnityEngine.UnityWebRequestModule
public byte[] data { get; }
Remarks
This property returns the raw bytes downloaded from the remote server. If no data has yet been received, this property returns .
nullNote: Note: The precise memory allocation behavior of this property changes depending on subclass. See subclass documentation of DownloadHandler.GetData() for further information on exactly how the data property handles memory allocation.