feat:1、创建项目
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.Privacy_24
|
||||
{
|
||||
public partial class com_privacy : GComponent
|
||||
{
|
||||
public Controller show;
|
||||
public GButton btn_close;
|
||||
public GList text_list;
|
||||
public GTextField text_tips;
|
||||
public GTextField title;
|
||||
public const string URL = "ui://i1rpsfynq8uc0";
|
||||
|
||||
public static com_privacy CreateInstance()
|
||||
{
|
||||
return (com_privacy)UIPackage.CreateObject("Privacy_24", "com_privacy");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
show = GetControllerAt(0);
|
||||
btn_close = (GButton)GetChildAt(2);
|
||||
text_list = (GList)GetChildAt(3);
|
||||
text_tips = (GTextField)GetChildAt(4);
|
||||
title = (GTextField)GetChildAt(5);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user