BBGamelib.CCRepeatForever.reverse C# (CSharp) Method

reverse() public method

public reverse ( ) : CCRepeatForever
return CCRepeatForever
		public CCRepeatForever reverse(){
			return new CCRepeatForever(_innerAction.reverse());
		}