fix:1、更换项目,使用winter来创建
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
/** 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(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,33 @@
|
||||
/** 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 GTextField reward_num;
|
||||
public GTextField reward_num7;
|
||||
public GGraph anim;
|
||||
public GGraph anim7;
|
||||
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);
|
||||
reward_num = (GTextField)GetChildAt(2);
|
||||
reward_num7 = (GTextField)GetChildAt(6);
|
||||
anim = (GGraph)GetChildAt(8);
|
||||
anim7 = (GGraph)GetChildAt(9);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 23c6ecf76f0fe43dfad1f88f733f0981
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,45 @@
|
||||
/** 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 GGraph anim;
|
||||
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);
|
||||
anim = (GGraph)GetChildAt(13);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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