39 lines
1.2 KiB
C#
39 lines
1.2 KiB
C#
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
|
|
|
using FairyGUI;
|
|
using FairyGUI.Utils;
|
|
|
|
namespace FGUI.Turntable_11
|
|
{
|
|
public partial class com_wheel : GComponent
|
|
{
|
|
public GGraph point;
|
|
public GGraph point1;
|
|
public GGraph startpoint;
|
|
public com_disc disc;
|
|
public GGraph light_parent;
|
|
public GButton close;
|
|
public btn_go1 btn_spin;
|
|
public GTextField text_spintimes;
|
|
public const string URL = "ui://8k6ttzvxsebxa";
|
|
|
|
public static com_wheel CreateInstance()
|
|
{
|
|
return (com_wheel)UIPackage.CreateObject("Turntable_11", "com_wheel");
|
|
}
|
|
|
|
public override void ConstructFromXML(XML xml)
|
|
{
|
|
base.ConstructFromXML(xml);
|
|
|
|
point = (GGraph)GetChildAt(1);
|
|
point1 = (GGraph)GetChildAt(2);
|
|
startpoint = (GGraph)GetChildAt(3);
|
|
disc = (com_disc)GetChildAt(4);
|
|
light_parent = (GGraph)GetChildAt(5);
|
|
close = (GButton)GetChildAt(6);
|
|
btn_spin = (btn_go1)GetChildAt(7);
|
|
text_spintimes = (GTextField)GetChildAt(8);
|
|
}
|
|
}
|
|
} |