DownloadHandlerAudioClip.GetData
protected byte[] GetData();
Returns
byte[] A copy of the downloaded data.
Description 描述
Called by DownloadHandler.data. Returns a copy of the downloaded clip data as raw bytes.
Note: Each call to this method allocates a new byte array.