fix:1、添加项目。2、基本箭头生成
This commit is contained in:
@@ -0,0 +1,53 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.Setting_07
|
||||
{
|
||||
public partial class com_person : GComponent
|
||||
{
|
||||
public com_edit_name edit_name;
|
||||
public GList list;
|
||||
public GButton btn_close;
|
||||
public GTextField text_uid;
|
||||
public GTextField text_version;
|
||||
public GButton head;
|
||||
public btn_menu btn_official;
|
||||
public btn_menu btn_privacy;
|
||||
public btn_menu btn_terms;
|
||||
public btn_on_off btn_music;
|
||||
public btn_on_off btn_sound;
|
||||
public btn_menu btn_us;
|
||||
public btn_menu btn_restore;
|
||||
public Transition show;
|
||||
public Transition hide;
|
||||
public const string URL = "ui://8rcjs2ucsebxf";
|
||||
|
||||
public static com_person CreateInstance()
|
||||
{
|
||||
return (com_person)UIPackage.CreateObject("Setting_07", "com_person");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
edit_name = (com_edit_name)GetChildAt(3);
|
||||
list = (GList)GetChildAt(4);
|
||||
btn_close = (GButton)GetChildAt(5);
|
||||
text_uid = (GTextField)GetChildAt(6);
|
||||
text_version = (GTextField)GetChildAt(7);
|
||||
head = (GButton)GetChildAt(12);
|
||||
btn_official = (btn_menu)GetChildAt(13);
|
||||
btn_privacy = (btn_menu)GetChildAt(14);
|
||||
btn_terms = (btn_menu)GetChildAt(15);
|
||||
btn_music = (btn_on_off)GetChildAt(16);
|
||||
btn_sound = (btn_on_off)GetChildAt(17);
|
||||
btn_us = (btn_menu)GetChildAt(18);
|
||||
btn_restore = (btn_menu)GetChildAt(19);
|
||||
show = GetTransitionAt(0);
|
||||
hide = GetTransitionAt(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user