27 lines
686 B
C#
27 lines
686 B
C#
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
|
|
|
using FairyGUI;
|
|
using FairyGUI.Utils;
|
|
|
|
namespace FGUI.P13_AddOne
|
|
{
|
|
public partial class com_title : GComponent
|
|
{
|
|
public GImage bg;
|
|
public GTextField title;
|
|
public const string URL = "ui://cwrkvs469eoj7";
|
|
|
|
public static com_title CreateInstance()
|
|
{
|
|
return (com_title)UIPackage.CreateObject("P13_AddOne", "com_title");
|
|
}
|
|
|
|
public override void ConstructFromXML(XML xml)
|
|
{
|
|
base.ConstructFromXML(xml);
|
|
|
|
bg = (GImage)GetChildAt(0);
|
|
title = (GTextField)GetChildAt(1);
|
|
}
|
|
}
|
|
} |