Exemplo n.º 1
0
 public static void DoText(TSSItem item, float time)
 {
     if (item.text != null)
     {
         item.text.text = TSSText.Lerp(item.values.texts[0], item.values.texts[1], time, item.values.randomWaveLength);
     }
 }