Exemplo n.º 1
0
 public Tween StopWhen(Func <bool> predicate)
 {
     CurrentGroup.StopWhen(predicate);
     return(this);
 }