笔记

 1,打开网页

Application.OpenURL("http://www.tasharen.com/ngui/docs/index.html");

 2,游戏暂停

    private void OnApplicationFocus(bool focusStatus)
    {
        if (focusStatus)
        {
            IsFocus = true;
        }
    }
posted @ 2016-09-01 10:28  贴心小冰棍  阅读(149)  评论(0编辑  收藏  举报