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