fix:1、更换项目,使用winter来创建

This commit is contained in:
2026-04-22 11:13:16 +08:00
parent 173cfb2dc9
commit 83ff9f71ad
7375 changed files with 209752 additions and 157557 deletions
@@ -0,0 +1,43 @@
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
using FairyGUI;
using FairyGUI.Utils;
namespace FGUI.LG_Common
{
public partial class wheel_ : GComponent
{
public item_wheel item_0;
public item_wheel item_1;
public item_wheel item_2;
public item_wheel item_3;
public item_wheel item_4;
public item_wheel item_5;
public item_wheel item_6;
public item_wheel item_7;
public Transition t0;
public Transition t1;
public const string URL = "ui://c9mmg3dxr8lg4t";
public static wheel_ CreateInstance()
{
return (wheel_)UIPackage.CreateObject("LG_Common", "wheel_");
}
public override void ConstructFromXML(XML xml)
{
base.ConstructFromXML(xml);
item_0 = (item_wheel)GetChildAt(2);
item_1 = (item_wheel)GetChildAt(3);
item_2 = (item_wheel)GetChildAt(4);
item_3 = (item_wheel)GetChildAt(5);
item_4 = (item_wheel)GetChildAt(6);
item_5 = (item_wheel)GetChildAt(7);
item_6 = (item_wheel)GetChildAt(8);
item_7 = (item_wheel)GetChildAt(9);
t0 = GetTransitionAt(0);
t1 = GetTransitionAt(1);
}
}
}