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