/** This is an automatically generated class by FairyGUI. Please do not modify it. **/ using FairyGUI; using FairyGUI.Utils; namespace FGUI.JWheel { public partial class com_wheel : GComponent { public Controller cont_state; public com_wheels com_wheels; public btn_spin btn_spin; public com_spin com_Spinn; public GButton closeButton; public GGraph gp_Fx; public Transition fx_zhen; public Transition fx_exit; public Transition fx_enter; public const string URL = "ui://qpan47byl117k"; public static com_wheel CreateInstance() { return (com_wheel)UIPackage.CreateObject("JWheel", "com_wheel"); } public override void ConstructFromXML(XML xml) { base.ConstructFromXML(xml); cont_state = GetControllerAt(0); com_wheels = (com_wheels)GetChildAt(0); btn_spin = (btn_spin)GetChildAt(2); com_Spinn = (com_spin)GetChildAt(3); closeButton = (GButton)GetChildAt(4); gp_Fx = (GGraph)GetChildAt(5); fx_zhen = GetTransitionAt(0); fx_exit = GetTransitionAt(1); fx_enter = GetTransitionAt(2); } } }