fix:1、添加项目
This commit is contained in:
@@ -0,0 +1,43 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.P01_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://o9974uc5belr7";
|
||||
|
||||
public static wheel_ CreateInstance()
|
||||
{
|
||||
return (wheel_)UIPackage.CreateObject("P01_Common", "wheel_");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
item_0 = (item_wheel)GetChildAt(1);
|
||||
item_1 = (item_wheel)GetChildAt(2);
|
||||
item_2 = (item_wheel)GetChildAt(3);
|
||||
item_3 = (item_wheel)GetChildAt(4);
|
||||
item_4 = (item_wheel)GetChildAt(5);
|
||||
item_5 = (item_wheel)GetChildAt(6);
|
||||
item_6 = (item_wheel)GetChildAt(7);
|
||||
item_7 = (item_wheel)GetChildAt(8);
|
||||
t0 = GetTransitionAt(0);
|
||||
t1 = GetTransitionAt(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user