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.P20_MainTab
|
||||
{
|
||||
public partial class btn_main : GButton
|
||||
{
|
||||
public Controller cont_tab;
|
||||
public GGraph ani_click;
|
||||
public const string URL = "ui://a98xmhwktqjz1f";
|
||||
|
||||
public static btn_main CreateInstance()
|
||||
{
|
||||
return (btn_main)UIPackage.CreateObject("P20_MainTab", "btn_main");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
cont_tab = GetControllerAt(0);
|
||||
ani_click = (GGraph)GetChildAt(4);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user