Ejemplo n.º 1
0
        public static LNButton CheckboxWithTexture(string fsName1, string fsName2)
        {
            LNButton button = new LNButton();

            button.InitCheckboxWithPrssingTexture(fsName1, fsName2, "", "");
            return(button);
        }
Ejemplo n.º 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;
		}
Ejemplo n.º 3
0
        public static LNButton ButtonWithToggleTwinkle(string fsName1)
        {
            LNButton button = new LNButton();

            button.InitButtonWithToggleTwinkle(fsName1);
            return(button);
        }
Ejemplo n.º 4
0
        public static LNButton ButtonWithoutTexture(int width, int height)
        {
            LNButton button = new LNButton();

            button.InitButtonWithoutTexture(width, height);
            return(button);
        }
Ejemplo n.º 5
0
        public static LNButton ButtonWithTextureTwinkle(string fsName1,
                                                        string fsName2)
        {
            LNButton button = new LNButton();

            button.InitButtonWithTextureTwinkle(fsName1, fsName2);
            return(button);
        }
Ejemplo n.º 6
0
        public static LNButton ButtonWithFadeoutTwinkle(string fsName1,
                                                        float Opacity)
        {
            LNButton button = new LNButton();

            button.InitButtonWithFadeoutTwinkle(fsName1, Opacity);
            return(button);
        }
Ejemplo n.º 7
0
		public static LNButton ButtonWithToggleTwinkle(string fsName1) {
			LNButton button = new LNButton();
			button.InitButtonWithToggleTwinkle(fsName1);
			return button;
		}
Ejemplo n.º 8
0
		public static LNButton ButtonWithTextureTwinkle(string fsName1,
				string fsName2) {
			LNButton button = new LNButton();
			button.InitButtonWithTextureTwinkle(fsName1, fsName2);
			return button;
		}
Ejemplo n.º 9
0
		public static LNButton ButtonWithoutTexture(int width, int height) {
			LNButton button = new LNButton();
			button.InitButtonWithoutTexture(width, height);
			return button;
		}
Ejemplo n.º 10
0
		public static LNButton ButtonWithFadeoutTwinkle(string fsName1,
				float Opacity) {
			LNButton button = new LNButton();
			button.InitButtonWithFadeoutTwinkle(fsName1, Opacity);
			return button;
		}