1234567891011121314151617181920212223242526 |
- /** This is an automatically generated class by FairyGUI. Please do not modify it. **/
- export default class UI_btnContinue extends fgui.GButton {
- public m_n16:fgui.GGraph;
- public m_n14:fgui.GGraph;
- public m_title:fgui.GTextField;
- public static URL:string = "ui://mjmru4i2eh2r22";
- public static createInstance():UI_btnContinue {
- return <UI_btnContinue>(fgui.UIPackage.createObject("Egg","btnContinue"));
- }
- 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));
- }
- }
|