Example #1
0
 void PrintScore(RectTransform parent, string[] str)
 {
     for (int i = 0; i < str.Length; i++)
     {
         Extentions.CreateText(parent, str[i], 50, TextAnchor.MiddleCenter, ScoreManager.instance.UIFont, Color.black);
     }
 }