Ejemplo n.º 1
0
 public static void MutliText(this TMPro.TextMeshProUGUI text, string key)
 {
     text.text = WordDic.Get(key);
 }
Ejemplo n.º 2
0
 public static void MutliText(this UnityEngine.UI.Text text, string key)
 {
     text.text = WordDic.Get(key);
 }