fix: 1、更换命名空间和文件夹名字
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.LG_Common
|
||||
{
|
||||
public partial class btn_chat : GButton
|
||||
{
|
||||
public GGraph ani_parent;
|
||||
public GImage red;
|
||||
public GTextField lab_des;
|
||||
public const string URL = "ui://c9mmg3dxljeg2v";
|
||||
|
||||
public static btn_chat CreateInstance()
|
||||
{
|
||||
return (btn_chat)UIPackage.CreateObject("LG_Common", "btn_chat");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
ani_parent = (GGraph)GetChildAt(0);
|
||||
red = (GImage)GetChildAt(1);
|
||||
lab_des = (GTextField)GetChildAt(2);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user