Inheritance: CCActionInterval
Ejemplo n.º 1
0
        protected override CCAction reverseImpl()
        {
            CCJumpBy act = new CCJumpBy(this.duration, _delta * -1, _height, _jumps);

            return(act);
        }
Ejemplo n.º 2
0
		protected override CCAction reverseImpl ()
		{
			CCJumpBy act = new CCJumpBy(this.duration, _delta * -1, _height, _jumps);
			return act;
		}