BBGamelib.CCJumpTo.reverseImpl C# (CSharp) Method

reverseImpl() protected method

protected reverseImpl ( ) : CCAction
return CCAction
		protected override CCAction reverseImpl ()
		{
			CCJumpTo act = new CCJumpTo(this.duration, _delta * -1, _height, _jumps);
			return act;
		}