Files
BingoGrassland/Assets/BingoBrain/FGUI/Package/Common_01/wheel.cs
T

27 lines
664 B
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;
2026-05-08 11:03:00 +08:00
namespace FGUI.Common_01
2026-04-20 13:49:36 +08:00
{
2026-05-08 11:03:00 +08:00
public partial class wheel : GComponent
2026-04-20 13:49:36 +08:00
{
2026-05-08 11:03:00 +08:00
public wheel_ wheel_;
2026-04-20 13:49:36 +08:00
public Transition t0;
2026-05-09 18:00:33 +08:00
public const string URL = "ui://o9974uc5r8lg4q";
2026-04-20 13:49:36 +08:00
2026-05-08 11:03:00 +08:00
public static wheel CreateInstance()
2026-04-20 13:49:36 +08:00
{
2026-05-08 11:03:00 +08:00
return (wheel)UIPackage.CreateObject("Common_01", "wheel");
2026-04-20 13:49:36 +08:00
}
public override void ConstructFromXML(XML xml)
{
base.ConstructFromXML(xml);
2026-05-08 11:03:00 +08:00
wheel_ = (wheel_)GetChildAt(0);
2026-04-20 13:49:36 +08:00
t0 = GetTransitionAt(0);
}
}
}