fix:1、添加项目
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.P17_PackAward
|
||||
{
|
||||
public partial class com_packaward : GComponent
|
||||
{
|
||||
public pack_panelparent panel_parent;
|
||||
public GButton gold;
|
||||
public const string URL = "ui://5gv9hkgsd3a90";
|
||||
|
||||
public static com_packaward CreateInstance()
|
||||
{
|
||||
return (com_packaward)UIPackage.CreateObject("P17_PackAward", "com_packaward");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
panel_parent = (pack_panelparent)GetChildAt(1);
|
||||
gold = (GButton)GetChildAt(2);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user