Ejemplo n.º 1
0
 public void ShowPanelMessageError(string text)
 {
     OnMapUI.Get().bottomButtonText.color = Color.magenta;
     OnMapUI.Get().bottomButtonText.text = text;
     NAudio.PlayBuzzer();
 }
Ejemplo n.º 2
0
 public void ShowPanelMessage(string text)
 {
     OnMapUI.Get().bottomButtonText.color = Color.white;
     OnMapUI.Get().bottomButtonText.text = text;
 }
Ejemplo n.º 3
0
 // Start is called before the first frame update
 void Start()
 {
     self     = this;
     bottomUI = new BottomUI();
 }