nativeData
Provides direct access to downloaded data.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Property
- Namespace: UnityEngine.Networking
- Assembly: UnityEngine.UnityWebRequestModule
public NativeArray<byte>.ReadOnly nativeData { get; }
Remarks
Allocation-free access to downloaded data, stored inside download handler. See also DownloadHandler.GetNativeData().