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