UnityEngine.Networking.DownloadHandlerAssetBundle.GetText C# (CSharp) Méthode

GetText() protected méthode

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

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