Esempio n. 1
0
 public static ITween ToInstant(this ITween self)
 {
     return(new ActionTween(() => self.Instant()));
 }