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

            button.InitCheckboxWithPrssingTexture(fsName1, fsName2, "", "");
            return(button);
        }
示例#2
0
		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
		public static LNButton ButtonWithToggleTwinkle(string fsName1) {
			LNButton button = new LNButton();
			button.InitButtonWithToggleTwinkle(fsName1);
			return button;
		}
示例#8
0
		public static LNButton ButtonWithTextureTwinkle(string fsName1,
				string fsName2) {
			LNButton button = new LNButton();
			button.InitButtonWithTextureTwinkle(fsName1, fsName2);
			return button;
		}
示例#9
0
		public static LNButton ButtonWithoutTexture(int width, int height) {
			LNButton button = new LNButton();
			button.InitButtonWithoutTexture(width, height);
			return button;
		}
示例#10
0
		public static LNButton ButtonWithFadeoutTwinkle(string fsName1,
				float Opacity) {
			LNButton button = new LNButton();
			button.InitButtonWithFadeoutTwinkle(fsName1, Opacity);
			return button;
		}