/** This is an automatically generated class by FairyGUI. Please do not modify it. **/ import UI_btnEgg from "./UI_btnEgg"; import UI_btnContinue from "./UI_btnContinue"; export default class UI_Egg extends fgui.GComponent { public m_n2:fgui.GImage; public m_n45:fgui.GImage; public m_btnDD:UI_btnEgg; public m_btnContinue:UI_btnContinue; public m_n37:fgui.GImage; public m_progressBar:fgui.GProgressBar; public m_n38:fgui.GImage; public m_groupCar:fgui.GLoader; public m_n42:fgui.GImage; public m_txtName:fgui.GTextField; public m_n28:fgui.GImage; public m_n32:fgui.GGroup; public m_txtAttribute:fgui.GTextField; public m_t0:fgui.Transition; public m_t1:fgui.Transition; public m_t2:fgui.Transition; public static URL:string = "ui://mjmru4i2bh9z0"; public static createInstance():UI_Egg { return (fgui.UIPackage.createObject("Egg","Egg")); } public constructor() { super(); } protected onConstruct(): void { this.m_n2 = (this.getChildAt(0)); this.m_n45 = (this.getChildAt(1)); this.m_btnDD = (this.getChildAt(2)); this.m_btnContinue = (this.getChildAt(3)); this.m_n37 = (this.getChildAt(4)); this.m_progressBar = (this.getChildAt(5)); this.m_n38 = (this.getChildAt(6)); this.m_groupCar = (this.getChildAt(7)); this.m_n42 = (this.getChildAt(8)); this.m_txtName = (this.getChildAt(9)); this.m_n28 = (this.getChildAt(10)); this.m_n32 = (this.getChildAt(11)); this.m_txtAttribute = (this.getChildAt(12)); this.m_t0 = this.getTransitionAt(0); this.m_t1 = this.getTransitionAt(1); this.m_t2 = this.getTransitionAt(2); } }