예제 #1
0
파일: LNTintBy.cs 프로젝트: zx8326123/LGame
        public static LNTintBy Action(float t, LColor c)
        {
            LNTintBy tint = new LNTintBy();

            tint._duration = t;
            tint._delta    = c;
            return(tint);
        }
예제 #2
0
파일: LNTintBy.cs 프로젝트: keppelcao/LGame
		public static LNTintBy Action(float t, LColor c) {
			LNTintBy tint = new LNTintBy();
			tint._duration = t;
			tint._delta = c;
			return tint;
		}