fix:1、添加项目
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.P11_Wheel
|
||||
{
|
||||
public partial class btn_go : GButton
|
||||
{
|
||||
public Controller cont_spin;
|
||||
public Controller cont_state;
|
||||
public GTextField text_time;
|
||||
public GImage img_saveingpot;
|
||||
public const string URL = "ui://8k6ttzvxsebxb";
|
||||
|
||||
public static btn_go CreateInstance()
|
||||
{
|
||||
return (btn_go)UIPackage.CreateObject("P11_Wheel", "btn_go");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
cont_spin = GetControllerAt(0);
|
||||
cont_state = GetControllerAt(1);
|
||||
text_time = (GTextField)GetChildAt(2);
|
||||
img_saveingpot = (GImage)GetChildAt(6);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user