提交
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.failpack
|
||||
{
|
||||
public partial class btn_get_1 : GButton
|
||||
{
|
||||
public GImage img_saveingpot;
|
||||
public const string URL = "ui://35wdsj8phrbwj";
|
||||
|
||||
public static btn_get_1 CreateInstance()
|
||||
{
|
||||
return (btn_get_1)UIPackage.CreateObject("failpack", "btn_get_1");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
img_saveingpot = (GImage)GetChildAt(2);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 64947fae3d09e4cedbac5807ce20cf4a
|
||||
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.failpack
|
||||
{
|
||||
public partial class btn_green_1 : GButton
|
||||
{
|
||||
public Controller state;
|
||||
public Controller cooldown;
|
||||
public GImage img_saveingpot;
|
||||
public const string URL = "ui://35wdsj8phrbwl";
|
||||
|
||||
public static btn_green_1 CreateInstance()
|
||||
{
|
||||
return (btn_green_1)UIPackage.CreateObject("failpack", "btn_green_1");
|
||||
}
|
||||
|
||||
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: b9a456c63749844948a6cb1e47ce26c0
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,55 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.failpack
|
||||
{
|
||||
public partial class com_resurgence : GComponent
|
||||
{
|
||||
public Controller pay_type;
|
||||
public GImage bg;
|
||||
public GProgressBar progress_1;
|
||||
public GTextField text_have;
|
||||
public GTextField need_text;
|
||||
public GTextField text_remain;
|
||||
public GTextField text_progress;
|
||||
public GTextField text_refreshnum;
|
||||
public GTextField text_outnum;
|
||||
public GTextField text_backnum;
|
||||
public GTextField text_goldnum;
|
||||
public GTextField end_point;
|
||||
public GButton btn_buy;
|
||||
public GButton btn_buyPackClaim;
|
||||
public GButton btn_back;
|
||||
public GButton btn_max_pay;
|
||||
public const string URL = "ui://35wdsj8pupx737";
|
||||
|
||||
public static com_resurgence CreateInstance()
|
||||
{
|
||||
return (com_resurgence)UIPackage.CreateObject("failpack", "com_resurgence");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
pay_type = GetControllerAt(0);
|
||||
bg = (GImage)GetChildAt(2);
|
||||
progress_1 = (GProgressBar)GetChildAt(3);
|
||||
text_have = (GTextField)GetChildAt(4);
|
||||
need_text = (GTextField)GetChildAt(5);
|
||||
text_remain = (GTextField)GetChildAt(7);
|
||||
text_progress = (GTextField)GetChildAt(9);
|
||||
text_refreshnum = (GTextField)GetChildAt(10);
|
||||
text_outnum = (GTextField)GetChildAt(11);
|
||||
text_backnum = (GTextField)GetChildAt(12);
|
||||
text_goldnum = (GTextField)GetChildAt(14);
|
||||
end_point = (GTextField)GetChildAt(15);
|
||||
btn_buy = (GButton)GetChildAt(16);
|
||||
btn_buyPackClaim = (GButton)GetChildAt(17);
|
||||
btn_back = (GButton)GetChildAt(18);
|
||||
btn_max_pay = (GButton)GetChildAt(22);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: a544359f346f0442e8530c8d1fb2075e
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,16 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
|
||||
namespace FGUI.failpack
|
||||
{
|
||||
public class failpackBinder
|
||||
{
|
||||
public static void BindAll()
|
||||
{
|
||||
UIObjectFactory.SetPackageItemExtension(btn_get_1.URL, typeof(btn_get_1));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_green_1.URL, typeof(btn_green_1));
|
||||
UIObjectFactory.SetPackageItemExtension(com_resurgence.URL, typeof(com_resurgence));
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: d695e55c80bd54f34948f8c15c10b35c
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user