ui_daoJuDisplay.ts 529 B

1234567891011121314151617
  1. /** This is an automatically generated class by FairyGUI. Please do not modify it. **/
  2. export default class ui_daoJuDisplay extends fgui.GComponent {
  3. public n1:fgui.GGraph;
  4. public n0:fgui.GTextField;
  5. public static URL:string = "ui://isxx5ak7uel8v58m";
  6. public static createInstance():ui_daoJuDisplay {
  7. return <ui_daoJuDisplay>(fgui.UIPackage.createObject("game", "daoJuDisplay"));
  8. }
  9. protected onConstruct():void {
  10. this.n1 = <fgui.GGraph>(this.getChild("n1"));
  11. this.n0 = <fgui.GTextField>(this.getChild("n0"));
  12. }
  13. }