25 lines
641 B
C#
25 lines
641 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 com_firstname : GComponent
|
|
{
|
|
public GTextInput enter_fname;
|
|
public const string URL = "ui://jwedp6jydeiw1j";
|
|
|
|
public static com_firstname CreateInstance()
|
|
{
|
|
return (com_firstname)UIPackage.CreateObject("tixian", "com_firstname");
|
|
}
|
|
|
|
public override void ConstructFromXML(XML xml)
|
|
{
|
|
base.ConstructFromXML(xml);
|
|
|
|
enter_fname = (GTextInput)GetChildAt(1);
|
|
}
|
|
}
|
|
} |