37 lines
1.1 KiB
C#
37 lines
1.1 KiB
C#
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
|
|
|
using FairyGUI;
|
|
using FairyGUI.Utils;
|
|
|
|
namespace FGUI.JTodo
|
|
{
|
|
public partial class com_todo : GComponent
|
|
{
|
|
public btn_todo btn_0;
|
|
public btn_todo btn_1;
|
|
public btn_todo btn_2;
|
|
public GButton settings;
|
|
public GComponent btn_coin;
|
|
public GComponent btn_cash;
|
|
public GGroup group_;
|
|
public const string URL = "ui://xv1nzk1io6ge0";
|
|
|
|
public static com_todo CreateInstance()
|
|
{
|
|
return (com_todo)UIPackage.CreateObject("JTodo", "com_todo");
|
|
}
|
|
|
|
public override void ConstructFromXML(XML xml)
|
|
{
|
|
base.ConstructFromXML(xml);
|
|
|
|
btn_0 = (btn_todo)GetChildAt(0);
|
|
btn_1 = (btn_todo)GetChildAt(1);
|
|
btn_2 = (btn_todo)GetChildAt(2);
|
|
settings = (GButton)GetChildAt(3);
|
|
btn_coin = (GComponent)GetChildAt(4);
|
|
btn_cash = (GComponent)GetChildAt(5);
|
|
group_ = (GGroup)GetChildAt(6);
|
|
}
|
|
}
|
|
} |