25 lines
612 B
C#
25 lines
612 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_set : GButton
|
|
{
|
|
public GTextField text_set;
|
|
public const string URL = "ui://g3iqdlgc9wz11e";
|
|
|
|
public static btn_set CreateInstance()
|
|
{
|
|
return (btn_set)UIPackage.CreateObject("P08_Play", "btn_set");
|
|
}
|
|
|
|
public override void ConstructFromXML(XML xml)
|
|
{
|
|
base.ConstructFromXML(xml);
|
|
|
|
text_set = (GTextField)GetChildAt(2);
|
|
}
|
|
}
|
|
} |