12345678910111213141516171819 |
- /** This is an automatically generated class by FairyGUI. Please do not modify it. **/
- export default class ui_Component_goto extends fgui.GButton {
- public c1:fgui.Controller;
- public n0:fgui.GImage;
- public n_goto:fgui.GTextField;
- public static URL:string = "ui://isxx5ak7nnz5v589";
- public static createInstance():ui_Component_goto {
- return <ui_Component_goto>(fgui.UIPackage.createObject("game", "Component_goto"));
- }
- protected onConstruct():void {
- this.c1 = this.getController("c1");
- this.n0 = <fgui.GImage>(this.getChild("n0"));
- this.n_goto = <fgui.GTextField>(this.getChild("n_goto"));
- }
- }
|