fix:1、添加项目
This commit is contained in:
@@ -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_max_pay;
|
||||
public GButton btn_back;
|
||||
public GComponent broad;
|
||||
public const string URL = "ui://p1znsjx7upx737";
|
||||
|
||||
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(12);
|
||||
text_refreshnum = (GTextField)GetChildAt(13);
|
||||
text_outnum = (GTextField)GetChildAt(14);
|
||||
text_backnum = (GTextField)GetChildAt(15);
|
||||
text_goldnum = (GTextField)GetChildAt(17);
|
||||
end_point = (GTextField)GetChildAt(18);
|
||||
btn_buy = (GButton)GetChildAt(19);
|
||||
btn_max_pay = (GButton)GetChildAt(20);
|
||||
btn_back = (GButton)GetChildAt(21);
|
||||
broad = (GComponent)GetChildAt(22);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 57b0a5b498f5340638e8e124fc03f92f
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,14 @@
|
||||
/** 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(com_resurgence.URL, typeof(com_resurgence));
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 95fb270346edd41838e312b371e2efdd
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user