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

GetText() protected method

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

protected GetText ( ) : string
return string
        protected override string GetText()
        {
            throw new NotSupportedException("String access is not supported for asset bundles");
        }