Exemple #1
0
 void Change()
 {
     if (textUI == null)
     {
         textUI = this.GetComponent <UnityEngine.UI.Text> ();
     }
     textUI.text = textBefore + Texts.GetText(whatIsThis) + textAfter;
 }