예제 #1
0
 public void EventLoggedIn()
 {
     if (loginTab != null)
     {
         loginTab.Close();
     }
     Utils.SetActive(btnLogin.gameObject, false);
     Utils.SetActive(btnRegister.gameObject, false);
     Utils.SetActive(btnPlayAsGuest.gameObject, false);
     Utils.SetActive(btnSelectGame.gameObject, true);
     Utils.SetActive(btnLogout.gameObject, true);
     Utils.SetActive(btnLoginFB.gameObject, false);
     buttonGrid.Reposition();
     Utils.SetActive(loginRegisterPanel, false);
     // userBottomBar.EventUserLoggedIn();
 }