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.P01_Common
|
||||
{
|
||||
public partial class btn_saveingpot : GButton
|
||||
{
|
||||
public GGraph ani_parent;
|
||||
public GTextField text_nowch;
|
||||
public const string URL = "ui://o9974uc5osgy4m";
|
||||
|
||||
public static btn_saveingpot CreateInstance()
|
||||
{
|
||||
return (btn_saveingpot)UIPackage.CreateObject("P01_Common", "btn_saveingpot");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
ani_parent = (GGraph)GetChildAt(0);
|
||||
text_nowch = (GTextField)GetChildAt(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user