提交
This commit is contained in:
@@ -9,6 +9,8 @@ namespace FGUI.JMain
|
||||
public static void BindAll()
|
||||
{
|
||||
UIObjectFactory.SetPackageItemExtension(makeup.URL, typeof(makeup));
|
||||
UIObjectFactory.SetPackageItemExtension(com_pal.URL, typeof(com_pal));
|
||||
UIObjectFactory.SetPackageItemExtension(item_pal.URL, typeof(item_pal));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_question.URL, typeof(btn_question));
|
||||
UIObjectFactory.SetPackageItemExtension(com_faq.URL, typeof(com_faq));
|
||||
UIObjectFactory.SetPackageItemExtension(com_list_main.URL, typeof(com_list_main));
|
||||
|
||||
@@ -22,6 +22,7 @@ namespace FGUI.JMain
|
||||
public btn_petty btn_petty;
|
||||
public GButton btn_play;
|
||||
public GButton btn_wb;
|
||||
public GButton btn_pal;
|
||||
public const string URL = "ui://qw9x6rf3lbaa0";
|
||||
|
||||
public static com_main CreateInstance()
|
||||
@@ -48,6 +49,7 @@ namespace FGUI.JMain
|
||||
btn_petty = (btn_petty)GetChildAt(15);
|
||||
btn_play = (GButton)GetChildAt(16);
|
||||
btn_wb = (GButton)GetChildAt(17);
|
||||
btn_pal = (GButton)GetChildAt(18);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,29 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.JMain
|
||||
{
|
||||
public partial class com_pal : GComponent
|
||||
{
|
||||
public Controller state;
|
||||
public GList list_pal;
|
||||
public GButton btn_close;
|
||||
public const string URL = "ui://qw9x6rf3dz5jpiq";
|
||||
|
||||
public static com_pal CreateInstance()
|
||||
{
|
||||
return (com_pal)UIPackage.CreateObject("JMain", "com_pal");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
state = GetControllerAt(0);
|
||||
list_pal = (GList)GetChildAt(0);
|
||||
btn_close = (GButton)GetChildAt(5);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: efbfc86d9de50de4aaacf054158f5e50
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,25 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.JMain
|
||||
{
|
||||
public partial class item_pal : GComponent
|
||||
{
|
||||
public Controller state;
|
||||
public const string URL = "ui://qw9x6rf3dz5jpiw";
|
||||
|
||||
public static item_pal CreateInstance()
|
||||
{
|
||||
return (item_pal)UIPackage.CreateObject("JMain", "item_pal");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
state = GetControllerAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: a985afe1ff6fa7b40b8a084994d9c11b
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user