BBGamelib.CCActionInterval.reverse C# (CSharp) Method

reverse() public method

public reverse ( ) : CCActionInterval
return CCActionInterval
		public new CCActionInterval reverse (){
			return (CCActionInterval)reverseImpl();
		}
		public new CCActionInterval copy (){

Usage Example

Beispiel #1
0
 public CCRepeatForever reverse()
 {
     return(new CCRepeatForever(_innerAction.reverse()));
 }
All Usage Examples Of BBGamelib.CCActionInterval::reverse