Exemplo n.º 1
0
 public void UpdateName(string name)
 {
     _name = name;
     ApplicationSceneController.Instance().UpdateUserName(name);
     Debug.Log(_name);
     //PlayAnimation
     _AcceptButton.enabled = (_name != null);
 }
Exemplo n.º 2
0
 void Awake()
 {
     ApplicationSceneController.Instance()._OnSceneChange += UIViewState__OnSceneChange;
 }
Exemplo n.º 3
0
 public void TriggerTrainingSelection()
 {
     ApplicationSceneController.Instance().TriggerStateChange(SceneNames.Selection);
 }