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