BBGamelib.CCActionInterval.reverse C# (CSharp) Méthode

reverse() public méthode

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

Usage Example

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