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