Example #1
0
 public static void AutoScrollChat(CUITextList textList)
 {
     if (textList.TotalLines * 16f < textList.paragraphHistory)
     {
         TranslateLocalY(textList.gameObject, 16f);
     }
 }