fix:1、修改命名空间和文件夹名字
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
|
||||
namespace FGUI.ZM_Sign_06
|
||||
{
|
||||
public class ZM_Sign_06Binder
|
||||
{
|
||||
public static void BindAll()
|
||||
{
|
||||
UIObjectFactory.SetPackageItemExtension(btn_collect.URL, typeof(btn_collect));
|
||||
UIObjectFactory.SetPackageItemExtension(com_sign_in.URL, typeof(com_sign_in));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_sign.URL, typeof(btn_sign));
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 6e8c0218ae7cf4520a4a06d61f568ef3
|
||||
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.ZM_Sign_06
|
||||
{
|
||||
public partial class btn_collect : GButton
|
||||
{
|
||||
public Controller state;
|
||||
public const string URL = "ui://8ihaqs6ipvmy1e";
|
||||
|
||||
public static btn_collect CreateInstance()
|
||||
{
|
||||
return (btn_collect)UIPackage.CreateObject("ZM_Sign_06", "btn_collect");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
state = GetControllerAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 4ee48ac7966ad2f4592b19e9a5dc29e3
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,31 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.ZM_Sign_06
|
||||
{
|
||||
public partial class btn_sign : GButton
|
||||
{
|
||||
public Controller day;
|
||||
public Controller state;
|
||||
public GTextField reward_num;
|
||||
public Transition t0;
|
||||
public const string URL = "ui://8ihaqs6isebxc";
|
||||
|
||||
public static btn_sign CreateInstance()
|
||||
{
|
||||
return (btn_sign)UIPackage.CreateObject("ZM_Sign_06", "btn_sign");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
day = GetControllerAt(0);
|
||||
state = GetControllerAt(1);
|
||||
reward_num = (GTextField)GetChildAt(5);
|
||||
t0 = GetTransitionAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 23c6ecf76f0fe43dfad1f88f733f0981
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,61 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.ZM_Sign_06
|
||||
{
|
||||
public partial class com_sign_in : GComponent
|
||||
{
|
||||
public GButton close;
|
||||
public GGraph point;
|
||||
public GButton com_gold;
|
||||
public btn_sign btn_1;
|
||||
public btn_sign btn_2;
|
||||
public btn_sign btn_3;
|
||||
public btn_sign btn_4;
|
||||
public btn_sign btn_5;
|
||||
public btn_sign btn_6;
|
||||
public btn_sign btn_7;
|
||||
public btn_sign btn_8;
|
||||
public btn_sign btn_9;
|
||||
public btn_sign btn_10;
|
||||
public btn_sign btn_11;
|
||||
public btn_sign btn_12;
|
||||
public btn_sign btn_13;
|
||||
public btn_sign btn_14;
|
||||
public btn_sign btn_15;
|
||||
public btn_collect btn_collect;
|
||||
public const string URL = "ui://8ihaqs6isebxa";
|
||||
|
||||
public static com_sign_in CreateInstance()
|
||||
{
|
||||
return (com_sign_in)UIPackage.CreateObject("ZM_Sign_06", "com_sign_in");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
close = (GButton)GetChildAt(3);
|
||||
point = (GGraph)GetChildAt(4);
|
||||
com_gold = (GButton)GetChildAt(5);
|
||||
btn_1 = (btn_sign)GetChildAt(6);
|
||||
btn_2 = (btn_sign)GetChildAt(7);
|
||||
btn_3 = (btn_sign)GetChildAt(8);
|
||||
btn_4 = (btn_sign)GetChildAt(9);
|
||||
btn_5 = (btn_sign)GetChildAt(10);
|
||||
btn_6 = (btn_sign)GetChildAt(11);
|
||||
btn_7 = (btn_sign)GetChildAt(12);
|
||||
btn_8 = (btn_sign)GetChildAt(13);
|
||||
btn_9 = (btn_sign)GetChildAt(14);
|
||||
btn_10 = (btn_sign)GetChildAt(15);
|
||||
btn_11 = (btn_sign)GetChildAt(16);
|
||||
btn_12 = (btn_sign)GetChildAt(17);
|
||||
btn_13 = (btn_sign)GetChildAt(18);
|
||||
btn_14 = (btn_sign)GetChildAt(19);
|
||||
btn_15 = (btn_sign)GetChildAt(20);
|
||||
btn_collect = (btn_collect)GetChildAt(21);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 36ebe8c6c97db43caa917ab5f40d9e60
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user