fix:1、添加项目
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.threeDaysGift
|
||||
{
|
||||
public partial class btn_watchAd : GButton
|
||||
{
|
||||
public Controller buy_state;
|
||||
public Controller can_buy;
|
||||
public GTextField btn_text;
|
||||
public GTextField watch;
|
||||
public GImage img_saveingpot;
|
||||
public const string URL = "ui://3rlku5n6szsu10";
|
||||
|
||||
public static btn_watchAd CreateInstance()
|
||||
{
|
||||
return (btn_watchAd)UIPackage.CreateObject("threeDaysGift", "btn_watchAd");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
buy_state = GetControllerAt(0);
|
||||
can_buy = GetControllerAt(1);
|
||||
btn_text = (GTextField)GetChildAt(2);
|
||||
watch = (GTextField)GetChildAt(3);
|
||||
img_saveingpot = (GImage)GetChildAt(6);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: c1d462edd0a7e411fac0dc152e655ad7
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,43 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.threeDaysGift
|
||||
{
|
||||
public partial class com_item : GComponent
|
||||
{
|
||||
public Controller state;
|
||||
public Controller day;
|
||||
public item_reward item1;
|
||||
public item_reward item2;
|
||||
public item_reward item3;
|
||||
public item_reward item4;
|
||||
public GImage img_select;
|
||||
public GImage img_select2;
|
||||
public GImage light_0;
|
||||
public GImage light_1;
|
||||
public const string URL = "ui://3rlku5n6ke931";
|
||||
|
||||
public static com_item CreateInstance()
|
||||
{
|
||||
return (com_item)UIPackage.CreateObject("threeDaysGift", "com_item");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
state = GetControllerAt(0);
|
||||
day = GetControllerAt(1);
|
||||
item1 = (item_reward)GetChildAt(0);
|
||||
item2 = (item_reward)GetChildAt(1);
|
||||
item3 = (item_reward)GetChildAt(2);
|
||||
item4 = (item_reward)GetChildAt(3);
|
||||
img_select = (GImage)GetChildAt(4);
|
||||
img_select2 = (GImage)GetChildAt(5);
|
||||
light_0 = (GImage)GetChildAt(6);
|
||||
light_1 = (GImage)GetChildAt(7);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 5345d7ccc7ff94b448dda77f036e9d4e
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,53 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.threeDaysGift
|
||||
{
|
||||
public partial class com_three_days : GComponent
|
||||
{
|
||||
public Controller pay_type;
|
||||
public GGraph ani_bg;
|
||||
public GGraph node_end;
|
||||
public GTextField text_have;
|
||||
public GTextField need_text;
|
||||
public GGraph ani_title;
|
||||
public GButton btn_get;
|
||||
public GButton btn_max_pack;
|
||||
public com_item day1;
|
||||
public com_item day2;
|
||||
public com_item day3;
|
||||
public GGroup groups;
|
||||
public btn_watchAd btn_buypack;
|
||||
public GComponent broadcast_top;
|
||||
public GButton btn_close;
|
||||
public const string URL = "ui://3rlku5n6ke930";
|
||||
|
||||
public static com_three_days CreateInstance()
|
||||
{
|
||||
return (com_three_days)UIPackage.CreateObject("threeDaysGift", "com_three_days");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
pay_type = GetControllerAt(0);
|
||||
ani_bg = (GGraph)GetChildAt(0);
|
||||
node_end = (GGraph)GetChildAt(1);
|
||||
text_have = (GTextField)GetChildAt(3);
|
||||
need_text = (GTextField)GetChildAt(4);
|
||||
ani_title = (GGraph)GetChildAt(6);
|
||||
btn_get = (GButton)GetChildAt(7);
|
||||
btn_max_pack = (GButton)GetChildAt(8);
|
||||
day1 = (com_item)GetChildAt(9);
|
||||
day2 = (com_item)GetChildAt(10);
|
||||
day3 = (com_item)GetChildAt(11);
|
||||
groups = (GGroup)GetChildAt(12);
|
||||
btn_buypack = (btn_watchAd)GetChildAt(13);
|
||||
broadcast_top = (GComponent)GetChildAt(14);
|
||||
btn_close = (GButton)GetChildAt(15);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 6f9dce0535ed94cbd960aba20b56b939
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,27 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.threeDaysGift
|
||||
{
|
||||
public partial class item_reward : GComponent
|
||||
{
|
||||
public GLoader loader_;
|
||||
public GTextField lab_num;
|
||||
public const string URL = "ui://3rlku5n6ke932";
|
||||
|
||||
public static item_reward CreateInstance()
|
||||
{
|
||||
return (item_reward)UIPackage.CreateObject("threeDaysGift", "item_reward");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
loader_ = (GLoader)GetChildAt(0);
|
||||
lab_num = (GTextField)GetChildAt(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 6f689aafdc0e74a2c81c14b53d1dd32c
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,17 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
|
||||
namespace FGUI.threeDaysGift
|
||||
{
|
||||
public class threeDaysGiftBinder
|
||||
{
|
||||
public static void BindAll()
|
||||
{
|
||||
UIObjectFactory.SetPackageItemExtension(com_three_days.URL, typeof(com_three_days));
|
||||
UIObjectFactory.SetPackageItemExtension(com_item.URL, typeof(com_item));
|
||||
UIObjectFactory.SetPackageItemExtension(item_reward.URL, typeof(item_reward));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_watchAd.URL, typeof(btn_watchAd));
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 6335dbc9308a3480f992f3076added7b
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user