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.P10_reward
|
||||
{
|
||||
public partial class com_goldreward : GComponent
|
||||
{
|
||||
public GButton btn_close;
|
||||
public GButton btn_receive;
|
||||
public GTextField text_goldnum;
|
||||
public GGraph node_end;
|
||||
public const string URL = "ui://1x1w9cxnbelr2";
|
||||
|
||||
public static com_goldreward CreateInstance()
|
||||
{
|
||||
return (com_goldreward)UIPackage.CreateObject("P10_reward", "com_goldreward");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
btn_close = (GButton)GetChildAt(5);
|
||||
btn_receive = (GButton)GetChildAt(6);
|
||||
text_goldnum = (GTextField)GetChildAt(7);
|
||||
node_end = (GGraph)GetChildAt(9);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user