fix:1、添加项目
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
/** 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);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user