コード例 #1
0
        public static LNButton CheckboxWithTexture(string fsName1, string fsName2)
        {
            LNButton button = new LNButton();

            button.InitCheckboxWithPrssingTexture(fsName1, fsName2, "", "");
            return(button);
        }
コード例 #2
0
ファイル: LNButton.cs プロジェクト: 207h2Flogintvg/LGame
		public static LNButton CheckboxWithPressingTexture(string fsName1,
				string fsName2, string fsName3, string fsName4) {
			LNButton button = new LNButton();
			button.InitCheckboxWithPrssingTexture(fsName1, fsName2, fsName3,
					fsName4);
			return button;
		}
コード例 #3
0
        public static LNButton ButtonWithToggleTwinkle(string fsName1)
        {
            LNButton button = new LNButton();

            button.InitButtonWithToggleTwinkle(fsName1);
            return(button);
        }
コード例 #4
0
        public static LNButton ButtonWithoutTexture(int width, int height)
        {
            LNButton button = new LNButton();

            button.InitButtonWithoutTexture(width, height);
            return(button);
        }
コード例 #5
0
        public static LNButton ButtonWithTextureTwinkle(string fsName1,
                                                        string fsName2)
        {
            LNButton button = new LNButton();

            button.InitButtonWithTextureTwinkle(fsName1, fsName2);
            return(button);
        }
コード例 #6
0
        public static LNButton ButtonWithFadeoutTwinkle(string fsName1,
                                                        float Opacity)
        {
            LNButton button = new LNButton();

            button.InitButtonWithFadeoutTwinkle(fsName1, Opacity);
            return(button);
        }
コード例 #7
0
ファイル: LNButton.cs プロジェクト: 207h2Flogintvg/LGame
		public static LNButton ButtonWithToggleTwinkle(string fsName1) {
			LNButton button = new LNButton();
			button.InitButtonWithToggleTwinkle(fsName1);
			return button;
		}
コード例 #8
0
ファイル: LNButton.cs プロジェクト: 207h2Flogintvg/LGame
		public static LNButton ButtonWithTextureTwinkle(string fsName1,
				string fsName2) {
			LNButton button = new LNButton();
			button.InitButtonWithTextureTwinkle(fsName1, fsName2);
			return button;
		}
コード例 #9
0
ファイル: LNButton.cs プロジェクト: 207h2Flogintvg/LGame
		public static LNButton ButtonWithoutTexture(int width, int height) {
			LNButton button = new LNButton();
			button.InitButtonWithoutTexture(width, height);
			return button;
		}
コード例 #10
0
ファイル: LNButton.cs プロジェクト: 207h2Flogintvg/LGame
		public static LNButton ButtonWithFadeoutTwinkle(string fsName1,
				float Opacity) {
			LNButton button = new LNButton();
			button.InitButtonWithFadeoutTwinkle(fsName1, Opacity);
			return button;
		}