예제 #1
0
 public void SetScale(int charIndex, float anim_time, float scale_y)
 {
     charList.AnimateScale(charIndex, anim_time, scale_y);
 }