Exemple #1
0
    void Start()
    {
        PhotonHandler.ReadIsShowLog();
        PhotonHandler.ShowLog("start btnmanager");
        if (PhotonHandler.IsShowLog())
        {
            if (btn != null)
            {
                PhotonHandler.ShowLog("set btn visible");
                btn.localScale = Vector3.one;
            }
        }

        //yuan.YuanClass.SwitchListOnlyOne (listMenu,7,true,true);
        if (Application.loadedLevelName == "Login-1")
        {
            if (isOhterLogin)
            {
                OtherLogin();
            }
            SelectBtnSize();
        }
        yuan.YuanClass.SwitchList(listPlayerInfo, false, false);
    }