UI_btnMore.ts 543 B

123456789101112131415161718192021222324
  1. /** This is an automatically generated class by FairyGUI. Please do not modify it. **/
  2. export default class UI_btnMore extends fgui.GButton {
  3. public m_n3:fgui.GImage;
  4. public m_n4:fgui.GImage;
  5. public static URL:string = "ui://1z72c6n3ba304";
  6. public static createInstance():UI_btnMore {
  7. return <UI_btnMore>(fgui.UIPackage.createObject("Hall","btnMore"));
  8. }
  9. public constructor() {
  10. super();
  11. }
  12. protected onConstruct(): void {
  13. this.m_n3 = <fgui.GImage>(this.getChildAt(0));
  14. this.m_n4 = <fgui.GImage>(this.getChildAt(1));
  15. }
  16. }