BBGamelib.CCJumpTo.reverseImpl C# (CSharp) Méthode

reverseImpl() protected méthode

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