fix:1、添加项目。2、基本箭头生成
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
/** 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);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user