Version: 2021.2
언어: 한국어
protected NativeArray<byte> GetNativeData ();

반환

NativeArray<byte> NativeArray providing access to downloaded data.

설명

Provides allocation-free access to the downloaded data as a NativeArray.

The data is owned by the download handler and memory is released when the download handler is disposed. The returned NativeArray is read-only.