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.tixian
|
||||
{
|
||||
public partial class ch_levelcom : GComponent
|
||||
{
|
||||
public level_btn btn_0;
|
||||
public level_btn btn_1;
|
||||
public level_btn btn_2;
|
||||
public const string URL = "ui://md8tkwlzfzz842";
|
||||
|
||||
public static ch_levelcom CreateInstance()
|
||||
{
|
||||
return (ch_levelcom)UIPackage.CreateObject("tixian", "ch_levelcom");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
btn_0 = (level_btn)GetChildAt(0);
|
||||
btn_1 = (level_btn)GetChildAt(1);
|
||||
btn_2 = (level_btn)GetChildAt(2);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user