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