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

GetData() protected method

Not implemented. Throws <a href="http:msdn.microsoft.comen-uslibrarysystem.notsupportedexception">NotSupportedException<a>.

protected GetData ( ) : byte[]
return byte[]
        protected override byte[] GetData()
        {
            throw new NotSupportedException("Raw data access is not supported for asset bundles");
        }