ball 项目提交
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
|
||||
namespace FGUI.LG_LuckyGift
|
||||
{
|
||||
public class LG_LuckyGiftBinder
|
||||
{
|
||||
public static void BindAll()
|
||||
{
|
||||
UIObjectFactory.SetPackageItemExtension(com_lucky.URL, typeof(com_lucky));
|
||||
UIObjectFactory.SetPackageItemExtension(com_pic.URL, typeof(com_pic));
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: ec1edb7db505a2941b7b278e2eef7575
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,71 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.LG_LuckyGift
|
||||
{
|
||||
public partial class com_lucky : GComponent
|
||||
{
|
||||
public Controller type;
|
||||
public Controller pay_type;
|
||||
public Controller state;
|
||||
public com_pic no_ad_pic;
|
||||
public com_pic lucky_pic;
|
||||
public GTextField ads;
|
||||
public GTextField tips1;
|
||||
public GTextField text_goldnum;
|
||||
public GTextField text_refreshnum;
|
||||
public GTextField text_outnum;
|
||||
public GTextField text_backnum1;
|
||||
public GButton btn_buypack;
|
||||
public GGroup lucky;
|
||||
public GTextField text_goldnum2;
|
||||
public GTextField text_time;
|
||||
public GButton btn_buyremovead;
|
||||
public GTextField tips2;
|
||||
public GGroup ad_panel;
|
||||
public GButton btn_max_pack;
|
||||
public GButton btn_go_ad;
|
||||
public GButton btn_go_lucky;
|
||||
public GButton btn_max_remove;
|
||||
public GButton gold;
|
||||
public GButton btn_close;
|
||||
public const string URL = "ui://8f5ysgjwksdz0";
|
||||
|
||||
public static com_lucky CreateInstance()
|
||||
{
|
||||
return (com_lucky)UIPackage.CreateObject("LG_LuckyGift", "com_lucky");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
type = GetControllerAt(0);
|
||||
pay_type = GetControllerAt(1);
|
||||
state = GetControllerAt(2);
|
||||
no_ad_pic = (com_pic)GetChildAt(2);
|
||||
lucky_pic = (com_pic)GetChildAt(3);
|
||||
ads = (GTextField)GetChildAt(11);
|
||||
tips1 = (GTextField)GetChildAt(12);
|
||||
text_goldnum = (GTextField)GetChildAt(18);
|
||||
text_refreshnum = (GTextField)GetChildAt(19);
|
||||
text_outnum = (GTextField)GetChildAt(20);
|
||||
text_backnum1 = (GTextField)GetChildAt(21);
|
||||
btn_buypack = (GButton)GetChildAt(22);
|
||||
lucky = (GGroup)GetChildAt(23);
|
||||
text_goldnum2 = (GTextField)GetChildAt(27);
|
||||
text_time = (GTextField)GetChildAt(28);
|
||||
btn_buyremovead = (GButton)GetChildAt(29);
|
||||
tips2 = (GTextField)GetChildAt(30);
|
||||
ad_panel = (GGroup)GetChildAt(32);
|
||||
btn_max_pack = (GButton)GetChildAt(33);
|
||||
btn_go_ad = (GButton)GetChildAt(34);
|
||||
btn_go_lucky = (GButton)GetChildAt(35);
|
||||
btn_max_remove = (GButton)GetChildAt(36);
|
||||
gold = (GButton)GetChildAt(37);
|
||||
btn_close = (GButton)GetChildAt(38);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 4f7193c841ff1c84b8cbc519517355e7
|
||||
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.LG_LuckyGift
|
||||
{
|
||||
public partial class com_pic : GComponent
|
||||
{
|
||||
public GLoader picture;
|
||||
public const string URL = "ui://8f5ysgjwksdzk";
|
||||
|
||||
public static com_pic CreateInstance()
|
||||
{
|
||||
return (com_pic)UIPackage.CreateObject("LG_LuckyGift", "com_pic");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
picture = (GLoader)GetChildAt(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 8159a6bc97b6dfe41855b8b46f53d5a2
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user