1234567891011121314151617181920212223 |
- /** This is an automatically generated class by FairyGUI. Please do not modify it. **/
- export default class ui_But_fuli extends fgui.GButton {
- public button:fgui.Controller;
- public n0:fgui.GGraph;
- public n1:fgui.GGraph;
- public n2:fgui.GGraph;
- public n3:fgui.GTextField;
- public static URL:string = "ui://isxx5ak7loypv59p";
- public static createInstance():ui_But_fuli {
- return <ui_But_fuli>(fgui.UIPackage.createObject("game", "But_fuli"));
- }
- protected onConstruct():void {
- this.button = this.getController("button");
- this.n0 = <fgui.GGraph>(this.getChild("n0"));
- this.n1 = <fgui.GGraph>(this.getChild("n1"));
- this.n2 = <fgui.GGraph>(this.getChild("n2"));
- this.n3 = <fgui.GTextField>(this.getChild("n3"));
- }
- }
|