bingo 项目提交
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.ACommon
|
||||
{
|
||||
public partial class com_avatar : GComponent
|
||||
{
|
||||
public GTextField text_name;
|
||||
public GLoader loader_flag;
|
||||
public const string URL = "ui://pmf3wbjix6ybho";
|
||||
|
||||
public static com_avatar CreateInstance()
|
||||
{
|
||||
return (com_avatar)UIPackage.CreateObject("ACommon", "com_avatar");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
text_name = (GTextField)GetChildAt(3);
|
||||
loader_flag = (GLoader)GetChildAt(4);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user