Unity3Dwinform嵌套,替换logo

Posted 风雨丛中住着一只南飞的雁,

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Unity3Dwinform嵌套,替换logo相关的知识,希望对你有一定的参考价值。

http://blog.csdn.net/xxdddail/article/details/49890643

1、_axUnityWebPlayer_OnExternalCall

void _axUnityWebPlayer_OnExternalCall(object sender, AxUnityWebPlayerAXLib._DUnityWebPlayerAXEvents_OnExternalCallEvent e)  
        {  
            if (e.value.StartsWith("LOAD_COMPLETE"))  
            {  
                if (!_axUnityWebPlayer.Visible)  
                {  
                    _axUnityWebPlayer.Width = this.Width;  
                    _axUnityWebPlayer.Height = this.Height;  
                    _axUnityWebPlayer.Show();  
                    HideProgressBar();  
                }  
            }  
            OnUnityCall(sender, e);  
        }  

2、OnGUI 函数

int _notifyTimeAfterLoadComplete = 3;
    void OnGUI()  
    {    
        if (_notifyTimeAfterLoadComplete>0)  
        {  
            Application.ExternalCall("LOAD_COMPLETE", "");  
            _notifyTimeAfterLoadComplete--;  
        }  
    }

 

以上是关于Unity3Dwinform嵌套,替换logo的主要内容,如果未能解决你的问题,请参考以下文章

微信小程序实现替换logo功能

怎样替换网站主题的logo

Android 替换开机logo

V853 替换开机启动LOGO

替换H1 por logo(con rollover)/H1 logo图像(带rollover)

LUA教程13-如何设置开机音乐和替换开机logo