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