BBGamelib.CCSpeed.reverse C# (CSharp) Method

reverse() public method

public reverse ( ) : CCAction
return CCAction
		public CCAction reverse(){
			return new CCSpeed(_innerAction.reverse(), _speed);
		}
	}