feat: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.Setting_07
|
||||
{
|
||||
public partial class com_setting : GComponent
|
||||
{
|
||||
public GButton btn_close;
|
||||
public GList list;
|
||||
public GButton btn_select;
|
||||
public const string URL = "ui://8rcjs2ucsebx10";
|
||||
|
||||
public static com_setting CreateInstance()
|
||||
{
|
||||
return (com_setting)UIPackage.CreateObject("Setting_07", "com_setting");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
btn_close = (GButton)GetChildAt(4);
|
||||
list = (GList)GetChildAt(5);
|
||||
btn_select = (GButton)GetChildAt(6);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user