25 lines
621 B
C#
25 lines
621 B
C#
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
|
|
|
using FairyGUI;
|
|
using FairyGUI.Utils;
|
|
|
|
namespace FGUI.Common_01
|
|
{
|
|
public partial class btn_curr : GButton
|
|
{
|
|
public GTextField text_value;
|
|
public const string URL = "ui://jq2t9glpopwgc";
|
|
|
|
public static btn_curr CreateInstance()
|
|
{
|
|
return (btn_curr)UIPackage.CreateObject("Common_01", "btn_curr");
|
|
}
|
|
|
|
public override void ConstructFromXML(XML xml)
|
|
{
|
|
base.ConstructFromXML(xml);
|
|
|
|
text_value = (GTextField)GetChildAt(1);
|
|
}
|
|
}
|
|
} |