BBGamelib.CCRepeat.reverseImpl C# (CSharp) Method

reverseImpl() protected method

protected reverseImpl ( ) : CCAction
return CCAction
		protected override CCAction reverseImpl ()
		{
			return new CCRepeat(_innerAction.reverse(), _times);
		}
	}