12345678910111213141516171819202122 |
- /** This is an automatically generated class by FairyGUI. Please do not modify it. **/
- export default class UI_ExportBg extends fgui.GButton {
- public m_n8:fgui.GGraph;
- public static URL:string = "ui://hse3vywnpgpu3";
- public static createInstance():UI_ExportBg {
- return <UI_ExportBg>(fgui.UIPackage.createObject("WXSExport","ExportBg"));
- }
- public constructor() {
- super();
- }
- protected onConstruct(): void {
- this.m_n8 = <fgui.GGraph>(this.getChildAt(0));
- }
- }
|