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

            return(act);
        }
Ejemplo n.º 2
0
		protected override CCAction copyImpl ()
		{
			CCJumpTo act = new CCJumpTo(this.duration, _delta, _height, _jumps);
			return act;
		}