コード例 #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;
		}