Example #1
0
 public static ITween <float> tweenHeight(this NineSliceSpriteRenderer self, float to, EaseType e = EaseType.Linear, float d = 0.3f)
 {
     return(self.Tween("Height", to, d));
 }