提交
This commit is contained in:
@@ -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 btn_AdRevive : GButton
|
||||
{
|
||||
public GTextField text_cooldown;
|
||||
public GImage img_saveingpot;
|
||||
public const string URL = "ui://knycs0rkjq3i11";
|
||||
|
||||
public static btn_AdRevive CreateInstance()
|
||||
{
|
||||
return (btn_AdRevive)UIPackage.CreateObject("threeDaysGift", "btn_AdRevive");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
text_cooldown = (GTextField)GetChildAt(3);
|
||||
img_saveingpot = (GImage)GetChildAt(4);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 7124eddc30cee4a378c49a3c4ce1e0cc
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,29 @@
|
||||
/** 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_green : GButton
|
||||
{
|
||||
public Controller state;
|
||||
public Controller cooldown;
|
||||
public GImage img_saveingpot;
|
||||
public const string URL = "ui://knycs0rkjq3i13";
|
||||
|
||||
public static btn_green CreateInstance()
|
||||
{
|
||||
return (btn_green)UIPackage.CreateObject("threeDaysGift", "btn_green");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
state = GetControllerAt(0);
|
||||
cooldown = GetControllerAt(1);
|
||||
img_saveingpot = (GImage)GetChildAt(4);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 5266b534a84d745b5a88f008b5d6daa9
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,39 @@
|
||||
/** 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 const string URL = "ui://knycs0rkke931";
|
||||
|
||||
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(3);
|
||||
item2 = (item_reward)GetChildAt(4);
|
||||
item3 = (item_reward)GetChildAt(5);
|
||||
item4 = (item_reward)GetChildAt(6);
|
||||
img_select = (GImage)GetChildAt(7);
|
||||
img_select2 = (GImage)GetChildAt(8);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 832322d51e60e4a3f89bc368e534cd8d
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,51 @@
|
||||
/** 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 com_item day1;
|
||||
public com_item day2;
|
||||
public com_item day3;
|
||||
public GTextField text_have;
|
||||
public GTextField need_text;
|
||||
public GGraph ani_title;
|
||||
public GButton btn_get;
|
||||
public GButton btn_close;
|
||||
public btn_green btn_buypack;
|
||||
public GButton btn_max_pack;
|
||||
public GGroup groups;
|
||||
public const string URL = "ui://knycs0rkke930";
|
||||
|
||||
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);
|
||||
day1 = (com_item)GetChildAt(3);
|
||||
day2 = (com_item)GetChildAt(4);
|
||||
day3 = (com_item)GetChildAt(5);
|
||||
text_have = (GTextField)GetChildAt(6);
|
||||
need_text = (GTextField)GetChildAt(7);
|
||||
ani_title = (GGraph)GetChildAt(9);
|
||||
btn_get = (GButton)GetChildAt(10);
|
||||
btn_close = (GButton)GetChildAt(11);
|
||||
btn_buypack = (btn_green)GetChildAt(12);
|
||||
btn_max_pack = (GButton)GetChildAt(13);
|
||||
groups = (GGroup)GetChildAt(14);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 955dc40fab0a14f8c82edfd4b17b38be
|
||||
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://knycs0rkke932";
|
||||
|
||||
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: 45171a84d4607468d98f9c36fa91160e
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,18 @@
|
||||
/** 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(btn_AdRevive.URL, typeof(btn_AdRevive));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_green.URL, typeof(btn_green));
|
||||
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));
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 1716d7a0fa3354085ae6cd1f435e87b3
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user