예제 #1
0
 public static void SetText(string text)
 {
     instance.GetComponent <UnityEngine.UI.Text> ().text = text;
 }