UnityEngine.Networking.DownloadHandlerTexture.GetData C# (CSharp) Method

GetData() protected method

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

protected GetData ( ) : byte[]
return byte[]
        protected override byte[] GetData()
        {
            return this.InternalGetData();
        }