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_GameResult_08
|
||||
{
|
||||
public class ZM_GameResult_08Binder
|
||||
{
|
||||
public static void BindAll()
|
||||
{
|
||||
UIObjectFactory.SetPackageItemExtension(com_success_ch.URL, typeof(com_success_ch));
|
||||
UIObjectFactory.SetPackageItemExtension(ch_broad.URL, typeof(ch_broad));
|
||||
UIObjectFactory.SetPackageItemExtension(com_end.URL, typeof(com_end));
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 265b3dbe8ba65466ab78d0570bddaabb
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,29 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.ZM_GameResult_08
|
||||
{
|
||||
public partial class ch_broad : GComponent
|
||||
{
|
||||
public GRichTextField ct_text;
|
||||
public Transition t0;
|
||||
public Transition t1;
|
||||
public const string URL = "ui://8sjqw0q3cgqgm";
|
||||
|
||||
public static ch_broad CreateInstance()
|
||||
{
|
||||
return (ch_broad)UIPackage.CreateObject("ZM_GameResult_08", "ch_broad");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
ct_text = (GRichTextField)GetChildAt(0);
|
||||
t0 = GetTransitionAt(0);
|
||||
t1 = GetTransitionAt(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: e6c4945bd48d53f4da7c7e64cc364858
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,49 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.ZM_GameResult_08
|
||||
{
|
||||
public partial class com_end : GComponent
|
||||
{
|
||||
public Controller win_lose;
|
||||
public GGraph bg_parent;
|
||||
public GGraph congra_parent;
|
||||
public GGraph coin_parent;
|
||||
public GButton btn_mult;
|
||||
public GButton btn_claim;
|
||||
public GButton btn_restart;
|
||||
public GGraph bg_parent_title;
|
||||
public GTextField text_award;
|
||||
public GButton btn_gold;
|
||||
public Transition t0;
|
||||
public Transition t1;
|
||||
public Transition t2;
|
||||
public const string URL = "ui://8sjqw0q3sebxk";
|
||||
|
||||
public static com_end CreateInstance()
|
||||
{
|
||||
return (com_end)UIPackage.CreateObject("ZM_GameResult_08", "com_end");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
win_lose = GetControllerAt(0);
|
||||
bg_parent = (GGraph)GetChildAt(1);
|
||||
congra_parent = (GGraph)GetChildAt(2);
|
||||
coin_parent = (GGraph)GetChildAt(3);
|
||||
btn_mult = (GButton)GetChildAt(4);
|
||||
btn_claim = (GButton)GetChildAt(5);
|
||||
btn_restart = (GButton)GetChildAt(6);
|
||||
bg_parent_title = (GGraph)GetChildAt(9);
|
||||
text_award = (GTextField)GetChildAt(13);
|
||||
btn_gold = (GButton)GetChildAt(14);
|
||||
t0 = GetTransitionAt(0);
|
||||
t1 = GetTransitionAt(1);
|
||||
t2 = GetTransitionAt(2);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: a010cd66dd468420fbf4c56c95cb8c74
|
||||
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_GameResult_08
|
||||
{
|
||||
public partial class com_success_ch : GComponent
|
||||
{
|
||||
public GTextField ch_text;
|
||||
public ch_broad broad;
|
||||
public GImage progress;
|
||||
public GTextField progress_text;
|
||||
public GButton btn_ch;
|
||||
public const string URL = "ui://8sjqw0q3cgqgl";
|
||||
|
||||
public static com_success_ch CreateInstance()
|
||||
{
|
||||
return (com_success_ch)UIPackage.CreateObject("ZM_GameResult_08", "com_success_ch");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
ch_text = (GTextField)GetChildAt(1);
|
||||
broad = (ch_broad)GetChildAt(2);
|
||||
progress = (GImage)GetChildAt(4);
|
||||
progress_text = (GTextField)GetChildAt(5);
|
||||
btn_ch = (GButton)GetChildAt(6);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: c6e6bd6a816c7b54d84c0eb852e2d70d
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user