fix:1、修改命名空间和文件夹名字

This commit is contained in:
2026-04-27 11:20:13 +08:00
parent db90a6e485
commit 70d45d4705
4252 changed files with 465 additions and 463 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);
}
}
}