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