Version: 5.3
Experimental: this API is experimental and might be changed or removed in the future.

DownloadHandlerTexture.GetData

매뉴얼로 전환
protected byte[] GetData ();

반환

byte[] A copy of the downloaded data.

설명

Called by DownloadHandler.data. Returns a copy of the downloaded image data as raw bytes.

Note: Each call to this method allocates a new byte array.