Files
BingoGrassland/Assets/BingoBrain/FGUI/Package/JWheel/com_wheel.cs
T

41 lines
1.2 KiB
C#
Raw Normal View History

2026-04-20 13:49:36 +08:00
/** 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);
2026-05-08 11:03:00 +08:00
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);
2026-04-20 13:49:36 +08:00
fx_zhen = GetTransitionAt(0);
fx_exit = GetTransitionAt(1);
fx_enter = GetTransitionAt(2);
}
}
}