reverse() public method

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