Ejemplo n.º 1
0
        new public static LNRotateBy Action(float duration, float angle)
        {
            LNRotateBy by = new LNRotateBy();

            by._diff     = angle;
            by._duration = duration;
            return(by);
        }
Ejemplo n.º 2
0
		new public static LNRotateBy Action(float duration, float angle) {
			LNRotateBy by = new LNRotateBy();
			by._diff = angle;
			by._duration = duration;
			return by;
		}