27 lines
695 B
C#
27 lines
695 B
C#
/** 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);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|