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

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