25 lines
614 B
C#
25 lines
614 B
C#
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
|
|
|
using FairyGUI;
|
|
using FairyGUI.Utils;
|
|
|
|
namespace FGUI.Game_04
|
|
{
|
|
public partial class btn_exit : GButton
|
|
{
|
|
public GTextField text_set;
|
|
public const string URL = "ui://g3iqdlgctxo33b";
|
|
|
|
public static btn_exit CreateInstance()
|
|
{
|
|
return (btn_exit)UIPackage.CreateObject("Game_04", "btn_exit");
|
|
}
|
|
|
|
public override void ConstructFromXML(XML xml)
|
|
{
|
|
base.ConstructFromXML(xml);
|
|
|
|
text_set = (GTextField)GetChildAt(1);
|
|
}
|
|
}
|
|
} |