예제 #1
0
파일: TextureExt.cs 프로젝트: toyboot4e/Rot
 public static ITween <float> tweenHeight(this NineSliceSpriteRenderer self, float to, EaseType e = EaseType.Linear, float d = 0.3f)
 {
     return(self.Tween("Height", to, d));
 }