bingo 项目提交
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.JPrivacy
|
||||
{
|
||||
public partial class com_privacy : GComponent
|
||||
{
|
||||
public GTextField txt_title;
|
||||
public GButton closeButton;
|
||||
public GList list_privacy;
|
||||
public const string URL = "ui://st9pm1gcms4v0";
|
||||
|
||||
public static com_privacy CreateInstance()
|
||||
{
|
||||
return (com_privacy)UIPackage.CreateObject("JPrivacy", "com_privacy");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
txt_title = (GTextField)GetChildAt(1);
|
||||
closeButton = (GButton)GetChildAt(3);
|
||||
list_privacy = (GList)GetChildAt(4);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user