Example #1
0
        new public static LNJumpTo Action(float duration, Vector2f delta, float height,
				int jumps) {
			LNJumpTo to = new LNJumpTo();
			to._duration = duration;
			to._delta = delta;
			to._height = height;
			to._jumps = jumps;
			return to;
		}
Example #2
0
        new public static LNJumpTo Action(float duration, Vector2f delta, float height,
                                          int jumps)
        {
            LNJumpTo to = new LNJumpTo();

            to._duration = duration;
            to._delta    = delta;
            to._height   = height;
            to._jumps    = jumps;
            return(to);
        }