reverse() public method

public reverse ( ) : CCActionInterval
return CCActionInterval
Example #1
0
 public CCRepeatForever reverse()
 {
     return(new CCRepeatForever(_innerAction.reverse()));
 }
 public CCAction reverse()
 {
     return(new CCSpeed(_innerAction.reverse(), _speed));
 }