33 lines
945 B
C#
33 lines
945 B
C#
/** 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_back;
|
|
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_back = (GButton)GetChildAt(1);
|
|
text_list = (GList)GetChildAt(2);
|
|
text_tips = (GTextField)GetChildAt(3);
|
|
title = (GTextField)GetChildAt(4);
|
|
}
|
|
}
|
|
} |