12345678910111213141516171819 |
- /** This is an automatically generated class by FairyGUI. Please do not modify it. **/
- export default class ui_Button_login extends fgui.GButton {
- public button:fgui.Controller;
- public n4:fgui.GImage;
- public n3:fgui.GTextField;
- public static URL:string = "ui://isxx5ak7nnz5v587";
- public static createInstance():ui_Button_login {
- return <ui_Button_login>(fgui.UIPackage.createObject("game", "Button_login"));
- }
- protected onConstruct():void {
- this.button = this.getController("button");
- this.n4 = <fgui.GImage>(this.getChild("n4"));
- this.n3 = <fgui.GTextField>(this.getChild("n3"));
- }
- }
|