示例#1
0
		public static LNJumpParabolaBy Action(float duration, Vector2f position,
				Vector2f refPoint) {
			LNJumpParabolaBy by = new LNJumpParabolaBy();
			by._delta = position;
			by._duration = duration;
			by._refPoint = refPoint;
			return by;
		}
示例#2
0
        public static LNJumpParabolaBy Action(float duration, Vector2f position,
                                              Vector2f refPoint)
        {
            LNJumpParabolaBy by = new LNJumpParabolaBy();

            by._delta    = position;
            by._duration = duration;
            by._refPoint = refPoint;
            return(by);
        }