25 lines
611 B
C#
25 lines
611 B
C#
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
|
|
|
using FairyGUI;
|
|
using FairyGUI.Utils;
|
|
|
|
namespace FGUI.tixian
|
|
{
|
|
public partial class btn_confirm : GButton
|
|
{
|
|
public Controller state;
|
|
public const string URL = "ui://jwedp6jylsax1y";
|
|
|
|
public static btn_confirm CreateInstance()
|
|
{
|
|
return (btn_confirm)UIPackage.CreateObject("tixian", "btn_confirm");
|
|
}
|
|
|
|
public override void ConstructFromXML(XML xml)
|
|
{
|
|
base.ConstructFromXML(xml);
|
|
|
|
state = GetControllerAt(0);
|
|
}
|
|
}
|
|
} |