Exemple #1
0
        public static LNRotationAction Action(float r)
        {
            LNRotationAction action = new LNRotationAction();

            action._rotation = r;
            return(action);
        }
Exemple #2
0
		public static LNRotationAction Action(float r) {
			LNRotationAction action = new LNRotationAction();
			action._rotation = r;
			return action;
		}