/** 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_wheels : GComponent { public Controller cont_state; public com_reward com_reward1; public com_reward com_reward2; public com_reward com_reward3; public com_reward com_reward4; public com_reward com_reward5; public com_reward com_reward6; public com_reward com_reward7; public com_reward com_reward8; public GGraph gp_Select; public const string URL = "ui://qpan47byp653j"; public static com_wheels CreateInstance() { return (com_wheels)UIPackage.CreateObject("JWheel", "com_wheels"); } public override void ConstructFromXML(XML xml) { base.ConstructFromXML(xml); cont_state = GetControllerAt(0); com_reward1 = (com_reward)GetChildAt(1); com_reward2 = (com_reward)GetChildAt(2); com_reward3 = (com_reward)GetChildAt(3); com_reward4 = (com_reward)GetChildAt(4); com_reward5 = (com_reward)GetChildAt(5); com_reward6 = (com_reward)GetChildAt(6); com_reward7 = (com_reward)GetChildAt(7); com_reward8 = (com_reward)GetChildAt(8); gp_Select = (GGraph)GetChildAt(9); } } }