ball 项目提交
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(com_sign_in.URL, typeof(com_sign_in));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_sign7.URL, typeof(btn_sign7));
|
||||
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,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 status;
|
||||
public GGraph fx_parent;
|
||||
public GTextField reward_num;
|
||||
public GImage line;
|
||||
public const string URL = "ui://8ihaqs6io5n41c";
|
||||
|
||||
public static btn_sign CreateInstance()
|
||||
{
|
||||
return (btn_sign)UIPackage.CreateObject("ZM_Sign_06", "btn_sign");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
status = GetControllerAt(0);
|
||||
fx_parent = (GGraph)GetChildAt(2);
|
||||
reward_num = (GTextField)GetChildAt(3);
|
||||
line = (GImage)GetChildAt(6);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 23c6ecf76f0fe43dfad1f88f733f0981
|
||||
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_sign7 : GButton
|
||||
{
|
||||
public Controller status;
|
||||
public GGraph fx_parent;
|
||||
public GTextField reward_num;
|
||||
public GImage line;
|
||||
public const string URL = "ui://8ihaqs6io5n417";
|
||||
|
||||
public static btn_sign7 CreateInstance()
|
||||
{
|
||||
return (btn_sign7)UIPackage.CreateObject("ZM_Sign_06", "btn_sign7");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
status = GetControllerAt(0);
|
||||
fx_parent = (GGraph)GetChildAt(2);
|
||||
reward_num = (GTextField)GetChildAt(3);
|
||||
line = (GImage)GetChildAt(6);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: d8e77a539512cfb47828fc56d35c544e
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,43 @@
|
||||
/** 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 btn_sign7 day7;
|
||||
public btn_sign day6;
|
||||
public btn_sign day5;
|
||||
public btn_sign day4;
|
||||
public btn_sign day3;
|
||||
public btn_sign day2;
|
||||
public btn_sign day1;
|
||||
public GGraph point;
|
||||
public GButton btn_get;
|
||||
public GButton close;
|
||||
public const string URL = "ui://8ihaqs6io5n413";
|
||||
|
||||
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);
|
||||
|
||||
day7 = (btn_sign7)GetChildAt(2);
|
||||
day6 = (btn_sign)GetChildAt(3);
|
||||
day5 = (btn_sign)GetChildAt(4);
|
||||
day4 = (btn_sign)GetChildAt(5);
|
||||
day3 = (btn_sign)GetChildAt(6);
|
||||
day2 = (btn_sign)GetChildAt(7);
|
||||
day1 = (btn_sign)GetChildAt(8);
|
||||
point = (GGraph)GetChildAt(9);
|
||||
btn_get = (GButton)GetChildAt(10);
|
||||
close = (GButton)GetChildAt(11);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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