コード例 #1
0
 public void SetScale(float scale, float frameCount, float easing)
 {
     character.SetScale(scale, frameCount, easing);
 }