ball 项目提交
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
|
||||
namespace FGUI.ZM_Tasks_13
|
||||
{
|
||||
public class ZM_Tasks_13Binder
|
||||
{
|
||||
public static void BindAll()
|
||||
{
|
||||
UIObjectFactory.SetPackageItemExtension(com_task_item.URL, typeof(com_task_item));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_claim.URL, typeof(btn_claim));
|
||||
UIObjectFactory.SetPackageItemExtension(com_taskView.URL, typeof(com_taskView));
|
||||
UIObjectFactory.SetPackageItemExtension(com_task_reward.URL, typeof(com_task_reward));
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: a0b483adf9f83480c9d8632c3f0c1d52
|
||||
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_Tasks_13
|
||||
{
|
||||
public partial class btn_claim : GButton
|
||||
{
|
||||
public Controller state;
|
||||
public const string URL = "ui://gsmwqt5ztqdy1f";
|
||||
|
||||
public static btn_claim CreateInstance()
|
||||
{
|
||||
return (btn_claim)UIPackage.CreateObject("ZM_Tasks_13", "btn_claim");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
state = GetControllerAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 4caafd57ca6e34f50af1cddc468d238c
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,35 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.ZM_Tasks_13
|
||||
{
|
||||
public partial class com_taskView : GComponent
|
||||
{
|
||||
public Controller type;
|
||||
public GButton gold;
|
||||
public GButton btn_close;
|
||||
public GList list;
|
||||
public GTextField title;
|
||||
public GTextField title_2;
|
||||
public const string URL = "ui://gsmwqt5ztqdyx";
|
||||
|
||||
public static com_taskView CreateInstance()
|
||||
{
|
||||
return (com_taskView)UIPackage.CreateObject("ZM_Tasks_13", "com_taskView");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
type = GetControllerAt(0);
|
||||
gold = (GButton)GetChildAt(1);
|
||||
btn_close = (GButton)GetChildAt(2);
|
||||
list = (GList)GetChildAt(3);
|
||||
title = (GTextField)GetChildAt(4);
|
||||
title_2 = (GTextField)GetChildAt(5);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 7eba7a7c17e254daab99dfc6c7add1da
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,35 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.ZM_Tasks_13
|
||||
{
|
||||
public partial class com_task_item : GComponent
|
||||
{
|
||||
public GImage gold_icon;
|
||||
public GTextField number_text;
|
||||
public GProgressBar progress;
|
||||
public GTextField progress_text;
|
||||
public GTextField content_text;
|
||||
public btn_claim btn_claim;
|
||||
public const string URL = "ui://gsmwqt5ztqdy18";
|
||||
|
||||
public static com_task_item CreateInstance()
|
||||
{
|
||||
return (com_task_item)UIPackage.CreateObject("ZM_Tasks_13", "com_task_item");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
gold_icon = (GImage)GetChildAt(1);
|
||||
number_text = (GTextField)GetChildAt(2);
|
||||
progress = (GProgressBar)GetChildAt(3);
|
||||
progress_text = (GTextField)GetChildAt(4);
|
||||
content_text = (GTextField)GetChildAt(5);
|
||||
btn_claim = (btn_claim)GetChildAt(6);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 1ae8acd2358404a549c7704032333a8b
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,39 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.ZM_Tasks_13
|
||||
{
|
||||
public partial class com_task_reward : GComponent
|
||||
{
|
||||
public GGraph bg_parent;
|
||||
public GButton btn_mult;
|
||||
public GGraph fx_place;
|
||||
public GTextField text_award;
|
||||
public GButton btn_claim;
|
||||
public GTextField title1;
|
||||
public GComponent wheel;
|
||||
public Transition t0;
|
||||
public const string URL = "ui://gsmwqt5zuhql2";
|
||||
|
||||
public static com_task_reward CreateInstance()
|
||||
{
|
||||
return (com_task_reward)UIPackage.CreateObject("ZM_Tasks_13", "com_task_reward");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
bg_parent = (GGraph)GetChildAt(2);
|
||||
btn_mult = (GButton)GetChildAt(5);
|
||||
fx_place = (GGraph)GetChildAt(6);
|
||||
text_award = (GTextField)GetChildAt(7);
|
||||
btn_claim = (GButton)GetChildAt(8);
|
||||
title1 = (GTextField)GetChildAt(9);
|
||||
wheel = (GComponent)GetChildAt(10);
|
||||
t0 = GetTransitionAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: d2f18ed88895448589b27d1ed3996dc3
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user