Files
RedHotRoast-ios/Assets/GemCrush/FGUI/package/P11_Wheel/com_wheel.cs
T
2026-04-22 09:52:55 +08:00

45 lines
1.3 KiB
C#

/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
using FairyGUI;
using FairyGUI.Utils;
namespace FGUI.P11_Wheel
{
public partial class com_wheel : GComponent
{
public GGraph point;
public GGraph point_102;
public com_disc disc;
public btn_go spin;
public GTextField text_spintimes;
public GGraph light_parent;
public GButton close;
public GGroup panel;
public Transition t0;
public Transition t1;
public Transition t2;
public const string URL = "ui://8k6ttzvxsebxa";
public static com_wheel CreateInstance()
{
return (com_wheel)UIPackage.CreateObject("P11_Wheel", "com_wheel");
}
public override void ConstructFromXML(XML xml)
{
base.ConstructFromXML(xml);
point = (GGraph)GetChildAt(0);
point_102 = (GGraph)GetChildAt(1);
disc = (com_disc)GetChildAt(2);
spin = (btn_go)GetChildAt(5);
text_spintimes = (GTextField)GetChildAt(6);
light_parent = (GGraph)GetChildAt(8);
close = (GButton)GetChildAt(9);
panel = (GGroup)GetChildAt(10);
t0 = GetTransitionAt(0);
t1 = GetTransitionAt(1);
t2 = GetTransitionAt(2);
}
}
}