ui_But_fuli.ts 732 B

1234567891011121314151617181920212223
  1. /** This is an automatically generated class by FairyGUI. Please do not modify it. **/
  2. export default class ui_But_fuli extends fgui.GButton {
  3. public button:fgui.Controller;
  4. public n0:fgui.GGraph;
  5. public n1:fgui.GGraph;
  6. public n2:fgui.GGraph;
  7. public n3:fgui.GTextField;
  8. public static URL:string = "ui://isxx5ak7loypv59p";
  9. public static createInstance():ui_But_fuli {
  10. return <ui_But_fuli>(fgui.UIPackage.createObject("game", "But_fuli"));
  11. }
  12. protected onConstruct():void {
  13. this.button = this.getController("button");
  14. this.n0 = <fgui.GGraph>(this.getChild("n0"));
  15. this.n1 = <fgui.GGraph>(this.getChild("n1"));
  16. this.n2 = <fgui.GGraph>(this.getChild("n2"));
  17. this.n3 = <fgui.GTextField>(this.getChild("n3"));
  18. }
  19. }