25 lines
599 B
C#
25 lines
599 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_edit : GButton
|
|
{
|
|
public Controller state;
|
|
public const string URL = "ui://jwedp6jydeiw1s";
|
|
|
|
public static btn_edit CreateInstance()
|
|
{
|
|
return (btn_edit)UIPackage.CreateObject("tixian", "btn_edit");
|
|
}
|
|
|
|
public override void ConstructFromXML(XML xml)
|
|
{
|
|
base.ConstructFromXML(xml);
|
|
|
|
state = GetControllerAt(0);
|
|
}
|
|
}
|
|
} |