ui_Button_login.ts 604 B

12345678910111213141516171819
  1. /** This is an automatically generated class by FairyGUI. Please do not modify it. **/
  2. export default class ui_Button_login extends fgui.GButton {
  3. public button:fgui.Controller;
  4. public n4:fgui.GImage;
  5. public n3:fgui.GTextField;
  6. public static URL:string = "ui://isxx5ak7nnz5v587";
  7. public static createInstance():ui_Button_login {
  8. return <ui_Button_login>(fgui.UIPackage.createObject("game", "Button_login"));
  9. }
  10. protected onConstruct():void {
  11. this.button = this.getController("button");
  12. this.n4 = <fgui.GImage>(this.getChild("n4"));
  13. this.n3 = <fgui.GTextField>(this.getChild("n3"));
  14. }
  15. }