h5sdk提交
This commit is contained in:
@@ -3,6 +3,12 @@ using UnityEngine;
|
||||
using BingoBrain.Asset;
|
||||
using BingoBrain.HotFix;
|
||||
using Unity.VisualScripting;
|
||||
using DontConfuse;
|
||||
using FairyGUI;
|
||||
using DG.Tweening;
|
||||
|
||||
|
||||
|
||||
#if UNITY_EDITOR
|
||||
using UnityEditor;
|
||||
#endif
|
||||
@@ -24,6 +30,9 @@ namespace BingoBrain
|
||||
|
||||
protected override void OnSwhSceCompl(object param = null)
|
||||
{
|
||||
#if UNITY_EDITOR||BingoBrainRelease
|
||||
GameObject.Find("IngameDebugConsole").SetActive(false);
|
||||
#endif
|
||||
StartUpAppProcess();
|
||||
}
|
||||
|
||||
@@ -39,8 +48,8 @@ namespace BingoBrain
|
||||
{
|
||||
CtrlDispatcher.Instance.AddListener(CtrlMsg.Login_Succeed, OnLoginSucceed);
|
||||
// #if !UNITY_EDITOR && UNITY_ANDROID
|
||||
MaxADKit.Init();
|
||||
Debug.Log("init");
|
||||
MaxADKit.Init();
|
||||
Debug.Log("init");
|
||||
// #endif
|
||||
OnInitAsset();
|
||||
AppDispatcher.Instance.AddListener(CsjInfoC.UI_LoadingInitAsset, OnInitAsset);
|
||||
@@ -56,15 +65,15 @@ namespace BingoBrain
|
||||
AppDispatcher.Instance.Dispatch(CsjInfoC.AppManagerRegister);
|
||||
AppDispatcher.Instance.Dispatch(CsjInfoC.InitUIMgr);
|
||||
AppDispatcher.Instance.AddListener(CsjInfoC.LoginInit, OnLoadingComplete);
|
||||
PreferencesMgr.Instance.InitPreferences();
|
||||
NetworkDispatcher.Instance.Dispatch(ExternalInfo.GetConfig);//quxiaozhushi
|
||||
NetworkDispatcher.Instance.AddListener(NetworkMsg.Start,ShowScene);//quxiaozhushi
|
||||
// PreferencesMgr.Instance.InitPreferences();
|
||||
// NetworkDispatcher.Instance.Dispatch(ExternalInfo.GetConfig);//quxiaozhushi
|
||||
// NetworkDispatcher.Instance.AddListener(NetworkMsg.Start, ShowScene);//quxiaozhushi
|
||||
}
|
||||
|
||||
private void OnLoadingComplete(object param = null)
|
||||
{
|
||||
CtrlDispatcher.Instance.Dispatch(CtrlMsg.Game_StartReady);
|
||||
TimerHelper.mEasy.AddTimer(0.1f, () =>
|
||||
DOVirtual.DelayedCall(0.1f, () =>
|
||||
{
|
||||
Audio.Instance.InitDefaultButtonClickSound(DoConst.UIButtonDefault);
|
||||
ModuleBoardk.Instance.AllModuleGameStart();
|
||||
@@ -72,13 +81,44 @@ namespace BingoBrain
|
||||
SaveingPotHelper.CheckSaveingPot();
|
||||
SaveingPotHelper.TestingClearTime();
|
||||
// HideLoadingUI();
|
||||
});
|
||||
}
|
||||
if (GameHelper.IsGiftSwitch())
|
||||
{
|
||||
WebviewManager.Instance.SetFullScreen();
|
||||
int flyswitch = ConfigSystem.GetConfig<CommonModel>().flyswitch;
|
||||
int propswitch = ConfigSystem.GetConfig<CommonModel>().propswitch;
|
||||
|
||||
int offset_y = ConfigSystem.GetConfig<CommonModel>().WVOffset[0];
|
||||
int offset_y1 = ConfigSystem.GetConfig<CommonModel>().WVOffset[1];
|
||||
Debug.Log("barry offset_y: " + offset_y + " offset_y1: " + offset_y1);
|
||||
float top_offset = 150;//fgui中的顶部信息的高度
|
||||
float buttom_offset = 0;
|
||||
if (Screen.safeArea.y != 0)
|
||||
{//刘海屏
|
||||
top_offset += Screen.safeArea.y;
|
||||
}
|
||||
WebviewManager.Instance.SetOffset(offset_y, offset_y1);
|
||||
WebviewManager.Instance.SetPadding(0, top_offset / GRoot.inst.height, 0, buttom_offset / GRoot.inst.height);
|
||||
|
||||
WebviewManager.Instance.RefreshUrl();
|
||||
// Debug.Log($"flyswitch==1 ------ {flyswitch == 1}");
|
||||
// Debug.Log($"propswitch==1 ------ {propswitch == 1}");
|
||||
WebviewManager.Instance.setFlyBtnTag(flyswitch == 1);
|
||||
WebviewManager.Instance.setRewardBtnTag(propswitch == 1);
|
||||
WebviewManager.Instance.SetDarkThough(true);
|
||||
WebviewManager.Instance.ShowH5View(false);
|
||||
WebviewManager.Instance.SetBtn(ConfigSystem.GetConfig<CommonModel>().propCoord[0], ConfigSystem.GetConfig<CommonModel>().propCoord[1], 60, 60);
|
||||
}
|
||||
});
|
||||
SaveingPotHelper.ResetHistory();
|
||||
}
|
||||
private bool isopen = false;
|
||||
private void ShowScene(object a = null)
|
||||
{
|
||||
if (isopen) return;
|
||||
UICtrlDispatcher.Instance.Dispatch(SkinInfo.EnterBingoUI_Open);
|
||||
GameHelper.PostFunnelLogin("enterButtonShow");
|
||||
isopen = true;
|
||||
LoginSystem_sdk.Instance.RequestLogin();
|
||||
}
|
||||
|
||||
public override void Dispose()
|
||||
|
||||
@@ -8,8 +8,8 @@ namespace FGUI.ACommon
|
||||
public partial class btn_102 : GButton
|
||||
{
|
||||
public Controller gift;
|
||||
public GGraph gp_hand;
|
||||
public GImage load_icon;
|
||||
public GGraph gp_hand;
|
||||
public const string URL = "ui://pmf3wbjilbaa8";
|
||||
|
||||
public static btn_102 CreateInstance()
|
||||
@@ -22,8 +22,8 @@ namespace FGUI.ACommon
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
gift = GetControllerAt(0);
|
||||
gp_hand = (GGraph)GetChildAt(0);
|
||||
load_icon = (GImage)GetChildAt(3);
|
||||
load_icon = (GImage)GetChildAt(1);
|
||||
gp_hand = (GGraph)GetChildAt(2);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -8,6 +8,7 @@ namespace FGUI.ACommon
|
||||
public partial class btn_green_vid : GButton
|
||||
{
|
||||
public Controller cont_button;
|
||||
public GImage img_saveingpot;
|
||||
public const string URL = "ui://pmf3wbjia9pgfg";
|
||||
|
||||
public static btn_green_vid CreateInstance()
|
||||
@@ -20,6 +21,7 @@ namespace FGUI.ACommon
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
cont_button = GetControllerAt(0);
|
||||
img_saveingpot = (GImage)GetChildAt(3);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -8,6 +8,7 @@ namespace FGUI.ACommon
|
||||
public partial class btn_hall_h5 : GButton
|
||||
{
|
||||
public GTextField number_text;
|
||||
public GTextField lab_time;
|
||||
public const string URL = "ui://pmf3wbjimfb0pif";
|
||||
|
||||
public static btn_hall_h5 CreateInstance()
|
||||
@@ -19,7 +20,8 @@ namespace FGUI.ACommon
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
number_text = (GTextField)GetChildAt(3);
|
||||
number_text = (GTextField)GetChildAt(2);
|
||||
lab_time = (GTextField)GetChildAt(3);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -20,7 +20,7 @@ namespace FGUI.ACommon
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
loader_flag = (GLoader)GetChildAt(2);
|
||||
loader_flag = (GLoader)GetChildAt(1);
|
||||
text_name = (GTextField)GetChildAt(3);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,9 +7,9 @@ namespace FGUI.ACommon
|
||||
{
|
||||
public partial class com_broadcast1 : GComponent
|
||||
{
|
||||
public GButton btn_record;
|
||||
public com_broadcast_text1 broad_cast_text;
|
||||
public GGroup broad;
|
||||
public GButton btn_record;
|
||||
public GGroup group_;
|
||||
public Transition t0;
|
||||
public Transition t1;
|
||||
@@ -24,9 +24,9 @@ namespace FGUI.ACommon
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
btn_record = (GButton)GetChildAt(0);
|
||||
broad_cast_text = (com_broadcast_text1)GetChildAt(1);
|
||||
broad = (GGroup)GetChildAt(2);
|
||||
broad_cast_text = (com_broadcast_text1)GetChildAt(0);
|
||||
broad = (GGroup)GetChildAt(1);
|
||||
btn_record = (GButton)GetChildAt(2);
|
||||
group_ = (GGroup)GetChildAt(3);
|
||||
t0 = GetTransitionAt(0);
|
||||
t1 = GetTransitionAt(1);
|
||||
|
||||
@@ -7,9 +7,7 @@ namespace FGUI.ACommon
|
||||
{
|
||||
public partial class com_broadcast_text1 : GComponent
|
||||
{
|
||||
public GGraph bg_panel;
|
||||
public GRichTextField cast_text;
|
||||
public GRichTextField hide_text;
|
||||
public GButton btn_broad;
|
||||
public const string URL = "ui://pmf3wbjiez6k22";
|
||||
|
||||
@@ -22,10 +20,8 @@ namespace FGUI.ACommon
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
bg_panel = (GGraph)GetChildAt(0);
|
||||
cast_text = (GRichTextField)GetChildAt(1);
|
||||
hide_text = (GRichTextField)GetChildAt(2);
|
||||
btn_broad = (GButton)GetChildAt(3);
|
||||
btn_broad = (GButton)GetChildAt(2);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -7,10 +7,11 @@ namespace FGUI.ACommon
|
||||
{
|
||||
public partial class com_currency : GComponent
|
||||
{
|
||||
public com_avatar com_avatar;
|
||||
public GButton settings;
|
||||
public btn_101 btn_coin;
|
||||
public btn_102 btn_cash;
|
||||
public com_avatar com_avatar;
|
||||
public GGroup top_group;
|
||||
public const string URL = "ui://pmf3wbjiaxgih3";
|
||||
|
||||
public static com_currency CreateInstance()
|
||||
@@ -22,10 +23,11 @@ namespace FGUI.ACommon
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
settings = (GButton)GetChildAt(0);
|
||||
btn_coin = (btn_101)GetChildAt(1);
|
||||
btn_cash = (btn_102)GetChildAt(2);
|
||||
com_avatar = (com_avatar)GetChildAt(3);
|
||||
com_avatar = (com_avatar)GetChildAt(1);
|
||||
settings = (GButton)GetChildAt(2);
|
||||
btn_coin = (btn_101)GetChildAt(3);
|
||||
btn_cash = (btn_102)GetChildAt(4);
|
||||
top_group = (GGroup)GetChildAt(5);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -8,11 +8,11 @@ namespace FGUI.ACommon
|
||||
public partial class com_di : GComponent
|
||||
{
|
||||
public Controller gift;
|
||||
public btn_main btn_main;
|
||||
public btn_fight btn_main;
|
||||
public btn_h5 btn_shop;
|
||||
public btn_todo btn_tab_redem;
|
||||
public btn_todo btn_fight;
|
||||
public btn_hall btn_hall;
|
||||
public btn_fight btn_fight;
|
||||
public btn_main btn_tab_redem;
|
||||
public const string URL = "ui://pmf3wbjiokk5gf";
|
||||
|
||||
public static com_di CreateInstance()
|
||||
@@ -25,11 +25,11 @@ namespace FGUI.ACommon
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
gift = GetControllerAt(0);
|
||||
btn_main = (btn_main)GetChildAt(1);
|
||||
btn_main = (btn_fight)GetChildAt(1);
|
||||
btn_shop = (btn_h5)GetChildAt(2);
|
||||
btn_tab_redem = (btn_todo)GetChildAt(3);
|
||||
btn_fight = (btn_todo)GetChildAt(3);
|
||||
btn_hall = (btn_hall)GetChildAt(4);
|
||||
btn_fight = (btn_fight)GetChildAt(7);
|
||||
btn_tab_redem = (btn_main)GetChildAt(7);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 26ad4d79e34cc744ca9c152664f2d3eb
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,26 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
|
||||
namespace FGUI.Common_01
|
||||
{
|
||||
public class Common_01Binder
|
||||
{
|
||||
public static void BindAll()
|
||||
{
|
||||
UIObjectFactory.SetPackageItemExtension(btn_watchAd.URL, typeof(btn_watchAd));
|
||||
UIObjectFactory.SetPackageItemExtension(com_broadcast_text1.URL, typeof(com_broadcast_text1));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_get.URL, typeof(btn_get));
|
||||
UIObjectFactory.SetPackageItemExtension(com_adcoming.URL, typeof(com_adcoming));
|
||||
UIObjectFactory.SetPackageItemExtension(wheel.URL, typeof(wheel));
|
||||
UIObjectFactory.SetPackageItemExtension(item_wheel.URL, typeof(item_wheel));
|
||||
UIObjectFactory.SetPackageItemExtension(wheel_.URL, typeof(wheel_));
|
||||
UIObjectFactory.SetPackageItemExtension(com_broadcast_new.URL, typeof(com_broadcast_new));
|
||||
UIObjectFactory.SetPackageItemExtension(broadcast_top.URL, typeof(broadcast_top));
|
||||
UIObjectFactory.SetPackageItemExtension(broadcast_topitem.URL, typeof(broadcast_topitem));
|
||||
UIObjectFactory.SetPackageItemExtension(com_tips.URL, typeof(com_tips));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_saveingpot.URL, typeof(btn_saveingpot));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_yellow.URL, typeof(btn_yellow));
|
||||
}
|
||||
}
|
||||
}
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 732a41d0c60b8514c8d9f4e847905146
|
||||
guid: a9caa22ae0e13144193de7eab59a62ec
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
@@ -0,0 +1,35 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.Common_01
|
||||
{
|
||||
public partial class broadcast_top : GComponent
|
||||
{
|
||||
public broadcast_topitem item_0;
|
||||
public broadcast_topitem item_1;
|
||||
public broadcast_topitem item_2;
|
||||
public Transition t1;
|
||||
public Transition t2;
|
||||
public Transition t3;
|
||||
public const string URL = "ui://o9974uc5rdgq9b";
|
||||
|
||||
public static broadcast_top CreateInstance()
|
||||
{
|
||||
return (broadcast_top)UIPackage.CreateObject("Common_01", "broadcast_top");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
item_0 = (broadcast_topitem)GetChildAt(0);
|
||||
item_1 = (broadcast_topitem)GetChildAt(1);
|
||||
item_2 = (broadcast_topitem)GetChildAt(2);
|
||||
t1 = GetTransitionAt(0);
|
||||
t2 = GetTransitionAt(1);
|
||||
t3 = GetTransitionAt(2);
|
||||
}
|
||||
}
|
||||
}
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: f50146027f5719447af5e0f720a16cbd
|
||||
guid: 9eda1f3f8ab03d6448a9719cb6d2a128
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
@@ -0,0 +1,27 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.Common_01
|
||||
{
|
||||
public partial class broadcast_topitem : GComponent
|
||||
{
|
||||
public GTextField text_1;
|
||||
public Transition t0;
|
||||
public const string URL = "ui://o9974uc5rdgq9c";
|
||||
|
||||
public static broadcast_topitem CreateInstance()
|
||||
{
|
||||
return (broadcast_topitem)UIPackage.CreateObject("Common_01", "broadcast_topitem");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
text_1 = (GTextField)GetChildAt(1);
|
||||
t0 = GetTransitionAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: c1fb9f17f3368af48ba71961c88b0719
|
||||
guid: 07a17015e5df63d45b79b4c917b9cb63
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
@@ -0,0 +1,27 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.Common_01
|
||||
{
|
||||
public partial class btn_get : GButton
|
||||
{
|
||||
public Controller state;
|
||||
public GImage img_saveingpot;
|
||||
public const string URL = "ui://o9974uc5cphly";
|
||||
|
||||
public static btn_get CreateInstance()
|
||||
{
|
||||
return (btn_get)UIPackage.CreateObject("Common_01", "btn_get");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
state = GetControllerAt(0);
|
||||
img_saveingpot = (GImage)GetChildAt(2);
|
||||
}
|
||||
}
|
||||
}
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 86095972906765341b733b3d3407250c
|
||||
guid: ec1f800220e8668419ba72a8077fdcc8
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
@@ -0,0 +1,27 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.Common_01
|
||||
{
|
||||
public partial class btn_saveingpot : GButton
|
||||
{
|
||||
public GImage img;
|
||||
public GTextField lab_time;
|
||||
public const string URL = "ui://o9974uc5rj3b4h";
|
||||
|
||||
public static btn_saveingpot CreateInstance()
|
||||
{
|
||||
return (btn_saveingpot)UIPackage.CreateObject("Common_01", "btn_saveingpot");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
img = (GImage)GetChildAt(0);
|
||||
lab_time = (GTextField)GetChildAt(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 389a12f42dad1724fb9f0ff17aea3b26
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,37 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.Common_01
|
||||
{
|
||||
public partial class btn_watchAd : GButton
|
||||
{
|
||||
public Controller buy_state;
|
||||
public Controller can_buy;
|
||||
public Controller buy_type;
|
||||
public GTextField btn_text;
|
||||
public GTextField watch;
|
||||
public GImage ad_icon;
|
||||
public GImage img_saveingpot;
|
||||
public const string URL = "ui://o9974uc5b7ax1h";
|
||||
|
||||
public static btn_watchAd CreateInstance()
|
||||
{
|
||||
return (btn_watchAd)UIPackage.CreateObject("Common_01", "btn_watchAd");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
buy_state = GetControllerAt(0);
|
||||
can_buy = GetControllerAt(1);
|
||||
buy_type = GetControllerAt(2);
|
||||
btn_text = (GTextField)GetChildAt(3);
|
||||
watch = (GTextField)GetChildAt(4);
|
||||
ad_icon = (GImage)GetChildAt(5);
|
||||
img_saveingpot = (GImage)GetChildAt(7);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: d76da7f9b5a99d0468735a491ed16058
|
||||
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.Common_01
|
||||
{
|
||||
public partial class btn_yellow : GButton
|
||||
{
|
||||
public GImage img_saveingpot;
|
||||
public const string URL = "ui://o9974uc5sebx9";
|
||||
|
||||
public static btn_yellow CreateInstance()
|
||||
{
|
||||
return (btn_yellow)UIPackage.CreateObject("Common_01", "btn_yellow");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
img_saveingpot = (GImage)GetChildAt(2);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 1ffeb680974e89d4db508a4fd7bddaa4
|
||||
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.Common_01
|
||||
{
|
||||
public partial class com_adcoming : GComponent
|
||||
{
|
||||
public GTextField money_text;
|
||||
public GTextField time_text;
|
||||
public btn_get btn_removead;
|
||||
public Transition t0;
|
||||
public const string URL = "ui://o9974uc5jobfas";
|
||||
|
||||
public static com_adcoming CreateInstance()
|
||||
{
|
||||
return (com_adcoming)UIPackage.CreateObject("Common_01", "com_adcoming");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
money_text = (GTextField)GetChildAt(2);
|
||||
time_text = (GTextField)GetChildAt(3);
|
||||
btn_removead = (btn_get)GetChildAt(4);
|
||||
t0 = GetTransitionAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 97c802e2348ba0d4cb14b62dc2233b15
|
||||
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.Common_01
|
||||
{
|
||||
public partial class com_broadcast_new : GComponent
|
||||
{
|
||||
public GTextField text_0;
|
||||
public GTextField text_1;
|
||||
public GTextField text_2;
|
||||
public GTextField text_3;
|
||||
public Transition t1;
|
||||
public const string URL = "ui://o9974uc5r8lg9a";
|
||||
|
||||
public static com_broadcast_new CreateInstance()
|
||||
{
|
||||
return (com_broadcast_new)UIPackage.CreateObject("Common_01", "com_broadcast_new");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
text_0 = (GTextField)GetChildAt(1);
|
||||
text_1 = (GTextField)GetChildAt(3);
|
||||
text_2 = (GTextField)GetChildAt(5);
|
||||
text_3 = (GTextField)GetChildAt(7);
|
||||
t1 = GetTransitionAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: de12be8b96f957d4e8e24e791f217564
|
||||
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.Common_01
|
||||
{
|
||||
public partial class com_broadcast_text1 : GComponent
|
||||
{
|
||||
public GRichTextField cast_text;
|
||||
public GRichTextField show_text;
|
||||
public Transition t0;
|
||||
public const string URL = "ui://o9974uc5cgqg1o";
|
||||
|
||||
public static com_broadcast_text1 CreateInstance()
|
||||
{
|
||||
return (com_broadcast_text1)UIPackage.CreateObject("Common_01", "com_broadcast_text1");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
cast_text = (GRichTextField)GetChildAt(0);
|
||||
show_text = (GRichTextField)GetChildAt(1);
|
||||
t0 = GetTransitionAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: a2199a860c777e8459ffda38e438d0c1
|
||||
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.Common_01
|
||||
{
|
||||
public partial class com_tips : GComponent
|
||||
{
|
||||
public GTextField title;
|
||||
public btn_yellow btn_relog;
|
||||
public GTextField content;
|
||||
public const string URL = "ui://o9974uc5re5l1i";
|
||||
|
||||
public static com_tips CreateInstance()
|
||||
{
|
||||
return (com_tips)UIPackage.CreateObject("Common_01", "com_tips");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
title = (GTextField)GetChildAt(1);
|
||||
btn_relog = (btn_yellow)GetChildAt(2);
|
||||
content = (GTextField)GetChildAt(3);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: b7f2065cca1cfba40b08ecee02f32bd7
|
||||
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.Common_01
|
||||
{
|
||||
public partial class item_wheel : GComponent
|
||||
{
|
||||
public Controller type;
|
||||
public GImage img_light;
|
||||
public GTextField text_rate;
|
||||
public Transition show;
|
||||
public Transition hide;
|
||||
public const string URL = "ui://o9974uc5r8lg4r";
|
||||
|
||||
public static item_wheel CreateInstance()
|
||||
{
|
||||
return (item_wheel)UIPackage.CreateObject("Common_01", "item_wheel");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
type = GetControllerAt(0);
|
||||
img_light = (GImage)GetChildAt(3);
|
||||
text_rate = (GTextField)GetChildAt(4);
|
||||
show = GetTransitionAt(0);
|
||||
hide = GetTransitionAt(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 44cb91a8b3c2ddb488dd2d0ed3966804
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,27 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.Common_01
|
||||
{
|
||||
public partial class wheel : GComponent
|
||||
{
|
||||
public wheel_ wheel_;
|
||||
public Transition t0;
|
||||
public const string URL = "ui://o9974uc5r8lg4q";
|
||||
|
||||
public static wheel CreateInstance()
|
||||
{
|
||||
return (wheel)UIPackage.CreateObject("Common_01", "wheel");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
wheel_ = (wheel_)GetChildAt(0);
|
||||
t0 = GetTransitionAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 6d7a09222df377e41b68061af00cca0f
|
||||
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.Common_01
|
||||
{
|
||||
public partial class wheel_ : GComponent
|
||||
{
|
||||
public item_wheel item_0;
|
||||
public item_wheel item_1;
|
||||
public item_wheel item_2;
|
||||
public item_wheel item_3;
|
||||
public item_wheel item_4;
|
||||
public item_wheel item_5;
|
||||
public item_wheel item_6;
|
||||
public item_wheel item_7;
|
||||
public Transition t0;
|
||||
public Transition t1;
|
||||
public const string URL = "ui://o9974uc5r8lg4t";
|
||||
|
||||
public static wheel_ CreateInstance()
|
||||
{
|
||||
return (wheel_)UIPackage.CreateObject("Common_01", "wheel_");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
item_0 = (item_wheel)GetChildAt(2);
|
||||
item_1 = (item_wheel)GetChildAt(3);
|
||||
item_2 = (item_wheel)GetChildAt(4);
|
||||
item_3 = (item_wheel)GetChildAt(5);
|
||||
item_4 = (item_wheel)GetChildAt(6);
|
||||
item_5 = (item_wheel)GetChildAt(7);
|
||||
item_6 = (item_wheel)GetChildAt(8);
|
||||
item_7 = (item_wheel)GetChildAt(9);
|
||||
t0 = GetTransitionAt(0);
|
||||
t1 = GetTransitionAt(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 5e7ca7ec6f1e0684a96f69d1284c54a6
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -19,6 +19,7 @@ namespace FGUI.JBingoPlay
|
||||
UIObjectFactory.SetPackageItemExtension(com_playcard.URL, typeof(com_playcard));
|
||||
UIObjectFactory.SetPackageItemExtension(com_play.URL, typeof(com_play));
|
||||
UIObjectFactory.SetPackageItemExtension(com_morecard.URL, typeof(com_morecard));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_cancel.URL, typeof(btn_cancel));
|
||||
UIObjectFactory.SetPackageItemExtension(com_broadcast1.URL, typeof(com_broadcast1));
|
||||
UIObjectFactory.SetPackageItemExtension(com_broadcast_text1.URL, typeof(com_broadcast_text1));
|
||||
UIObjectFactory.SetPackageItemExtension(com_prop.URL, typeof(com_prop));
|
||||
|
||||
@@ -0,0 +1,25 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.JBingoPlay
|
||||
{
|
||||
public partial class btn_cancel : GButton
|
||||
{
|
||||
public GRichTextField text_no;
|
||||
public const string URL = "ui://qrqjiu5sogc9pio";
|
||||
|
||||
public static btn_cancel CreateInstance()
|
||||
{
|
||||
return (btn_cancel)UIPackage.CreateObject("JBingoPlay", "btn_cancel");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
text_no = (GRichTextField)GetChildAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 5ddbced06607cd645b073c2167d4d546
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -9,8 +9,8 @@ namespace FGUI.JBingoPlay
|
||||
{
|
||||
public Controller com_GiftSwitch;
|
||||
public Controller gift;
|
||||
public GImage icon_102;
|
||||
public GProgressBar pb_box;
|
||||
public GImage icon_102;
|
||||
public GTextField text_aNum;
|
||||
public const string URL = "ui://qrqjiu5sy0npfv";
|
||||
|
||||
@@ -25,8 +25,8 @@ namespace FGUI.JBingoPlay
|
||||
|
||||
com_GiftSwitch = GetControllerAt(0);
|
||||
gift = GetControllerAt(1);
|
||||
icon_102 = (GImage)GetChildAt(0);
|
||||
pb_box = (GProgressBar)GetChildAt(1);
|
||||
pb_box = (GProgressBar)GetChildAt(0);
|
||||
icon_102 = (GImage)GetChildAt(2);
|
||||
text_aNum = (GTextField)GetChildAt(5);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,7 +7,7 @@ namespace FGUI.JBingoPlay
|
||||
{
|
||||
public partial class com_end : GComponent
|
||||
{
|
||||
public GTextField txt_title;
|
||||
public Controller gift;
|
||||
public com_endpop com_endPop;
|
||||
public btn_playagain btn_playagain;
|
||||
public GButton btn_home;
|
||||
@@ -23,10 +23,10 @@ namespace FGUI.JBingoPlay
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
txt_title = (GTextField)GetChildAt(2);
|
||||
com_endPop = (com_endpop)GetChildAt(3);
|
||||
btn_playagain = (btn_playagain)GetChildAt(4);
|
||||
btn_home = (GButton)GetChildAt(5);
|
||||
gift = GetControllerAt(0);
|
||||
com_endPop = (com_endpop)GetChildAt(2);
|
||||
btn_playagain = (btn_playagain)GetChildAt(3);
|
||||
btn_home = (GButton)GetChildAt(4);
|
||||
fx_enter = GetTransitionAt(0);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -30,8 +30,8 @@ namespace FGUI.JBingoPlay
|
||||
gift = GetControllerAt(2);
|
||||
text_coin = (GTextField)GetChildAt(2);
|
||||
text_cash = (GTextField)GetChildAt(3);
|
||||
title = (GTextField)GetChildAt(4);
|
||||
txt = (GTextField)GetChildAt(5);
|
||||
title = (GTextField)GetChildAt(5);
|
||||
txt = (GTextField)GetChildAt(6);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -7,11 +7,11 @@ namespace FGUI.JBingoPlay
|
||||
{
|
||||
public partial class com_leavegame : GComponent
|
||||
{
|
||||
public GTextField title;
|
||||
public GTextField text;
|
||||
public GButton btn_leave;
|
||||
public GButton btn_stay;
|
||||
public GButton closeButton;
|
||||
public GTextField txt_title;
|
||||
public const string URL = "ui://qrqjiu5srbhou";
|
||||
|
||||
public static com_leavegame CreateInstance()
|
||||
@@ -23,11 +23,11 @@ namespace FGUI.JBingoPlay
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
text = (GTextField)GetChildAt(2);
|
||||
btn_leave = (GButton)GetChildAt(3);
|
||||
btn_stay = (GButton)GetChildAt(4);
|
||||
closeButton = (GButton)GetChildAt(5);
|
||||
txt_title = (GTextField)GetChildAt(6);
|
||||
title = (GTextField)GetChildAt(2);
|
||||
text = (GTextField)GetChildAt(3);
|
||||
btn_leave = (GButton)GetChildAt(4);
|
||||
btn_stay = (GButton)GetChildAt(5);
|
||||
closeButton = (GButton)GetChildAt(6);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -7,10 +7,10 @@ namespace FGUI.JBingoPlay
|
||||
{
|
||||
public partial class com_morecard : GComponent
|
||||
{
|
||||
public GTextField txt_title;
|
||||
public GButton closeButton;
|
||||
public GButton btn_more;
|
||||
public GTextField text_cardnum;
|
||||
public GTextField txt_title;
|
||||
public const string URL = "ui://qrqjiu5sn5d5fk";
|
||||
|
||||
public static com_morecard CreateInstance()
|
||||
@@ -22,10 +22,10 @@ namespace FGUI.JBingoPlay
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
closeButton = (GButton)GetChildAt(2);
|
||||
btn_more = (GButton)GetChildAt(4);
|
||||
text_cardnum = (GTextField)GetChildAt(5);
|
||||
txt_title = (GTextField)GetChildAt(6);
|
||||
txt_title = (GTextField)GetChildAt(2);
|
||||
closeButton = (GButton)GetChildAt(3);
|
||||
btn_more = (GButton)GetChildAt(5);
|
||||
text_cardnum = (GTextField)GetChildAt(7);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -13,6 +13,7 @@ namespace FGUI.JBingoPlay
|
||||
public GGraph right_bottom;
|
||||
public com_prop com_prop;
|
||||
public com_AddBall com_AddBall;
|
||||
public GButton btn_close;
|
||||
public GButton btn_coin;
|
||||
public GButton btn_cash;
|
||||
public com_carddi com_carddi;
|
||||
@@ -20,8 +21,9 @@ namespace FGUI.JBingoPlay
|
||||
public GGraph spine_parent;
|
||||
public com_CallNum com_CallNum;
|
||||
public com_ball com_ballleft;
|
||||
public GButton btn_close;
|
||||
public GGroup group_;
|
||||
public GButton btn_ballon;
|
||||
public GButton btn_pal;
|
||||
public GGraph zhezhao;
|
||||
public Transition fx_readygo;
|
||||
public Transition fx_gameover;
|
||||
@@ -42,16 +44,18 @@ namespace FGUI.JBingoPlay
|
||||
right_bottom = (GGraph)GetChildAt(3);
|
||||
com_prop = (com_prop)GetChildAt(4);
|
||||
com_AddBall = (com_AddBall)GetChildAt(5);
|
||||
btn_coin = (GButton)GetChildAt(6);
|
||||
btn_cash = (GButton)GetChildAt(7);
|
||||
com_carddi = (com_carddi)GetChildAt(8);
|
||||
btn_star = (btn_star)GetChildAt(9);
|
||||
spine_parent = (GGraph)GetChildAt(10);
|
||||
com_CallNum = (com_CallNum)GetChildAt(11);
|
||||
com_ballleft = (com_ball)GetChildAt(12);
|
||||
btn_close = (GButton)GetChildAt(13);
|
||||
btn_ballon = (GButton)GetChildAt(14);
|
||||
zhezhao = (GGraph)GetChildAt(15);
|
||||
btn_close = (GButton)GetChildAt(6);
|
||||
btn_coin = (GButton)GetChildAt(7);
|
||||
btn_cash = (GButton)GetChildAt(8);
|
||||
com_carddi = (com_carddi)GetChildAt(9);
|
||||
btn_star = (btn_star)GetChildAt(10);
|
||||
spine_parent = (GGraph)GetChildAt(11);
|
||||
com_CallNum = (com_CallNum)GetChildAt(12);
|
||||
com_ballleft = (com_ball)GetChildAt(13);
|
||||
group_ = (GGroup)GetChildAt(14);
|
||||
btn_ballon = (GButton)GetChildAt(15);
|
||||
btn_pal = (GButton)GetChildAt(16);
|
||||
zhezhao = (GGraph)GetChildAt(17);
|
||||
fx_readygo = GetTransitionAt(0);
|
||||
fx_gameover = GetTransitionAt(1);
|
||||
}
|
||||
|
||||
@@ -20,8 +20,8 @@ namespace FGUI.JBingoPlay
|
||||
public btn_card btn_card8;
|
||||
public btn_card btn_card9;
|
||||
public GButton btn_collect;
|
||||
public GRichTextField text_no;
|
||||
public GButton btn_video;
|
||||
public btn_cancel text_no;
|
||||
public Transition fx_show;
|
||||
public Transition fx_pick;
|
||||
public const string URL = "ui://qrqjiu5slbaa0";
|
||||
@@ -48,8 +48,8 @@ namespace FGUI.JBingoPlay
|
||||
btn_card8 = (btn_card)GetChildAt(9);
|
||||
btn_card9 = (btn_card)GetChildAt(10);
|
||||
btn_collect = (GButton)GetChildAt(11);
|
||||
text_no = (GRichTextField)GetChildAt(12);
|
||||
btn_video = (GButton)GetChildAt(13);
|
||||
btn_video = (GButton)GetChildAt(12);
|
||||
text_no = (btn_cancel)GetChildAt(13);
|
||||
fx_show = GetTransitionAt(0);
|
||||
fx_pick = GetTransitionAt(1);
|
||||
}
|
||||
|
||||
@@ -22,8 +22,8 @@ namespace FGUI.JBingoPlay
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
cont_prop = GetControllerAt(0);
|
||||
img_prg = (GImage)GetChildAt(5);
|
||||
gh_effect = (GGraph)GetChildAt(6);
|
||||
img_prg = (GImage)GetChildAt(4);
|
||||
gh_effect = (GGraph)GetChildAt(5);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -20,8 +20,8 @@ namespace FGUI.JBingoPlay
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
title = (GTextField)GetChildAt(2);
|
||||
closeButton = (GButton)GetChildAt(3);
|
||||
title = (GTextField)GetChildAt(1);
|
||||
closeButton = (GButton)GetChildAt(2);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -8,6 +8,7 @@ namespace FGUI.JLoading
|
||||
{
|
||||
public static void BindAll()
|
||||
{
|
||||
UIObjectFactory.SetPackageItemExtension(com_login_a.URL, typeof(com_login_a));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_box.URL, typeof(btn_box));
|
||||
UIObjectFactory.SetPackageItemExtension(com_loading.URL, typeof(com_loading));
|
||||
}
|
||||
|
||||
@@ -0,0 +1,27 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.JLoading
|
||||
{
|
||||
public partial class com_login_a : GComponent
|
||||
{
|
||||
public GTextField text_uid;
|
||||
public Transition t0;
|
||||
public const string URL = "ui://pc0wa25bdz5j6";
|
||||
|
||||
public static com_login_a CreateInstance()
|
||||
{
|
||||
return (com_login_a)UIPackage.CreateObject("JLoading", "com_login_a");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
text_uid = (GTextField)GetChildAt(2);
|
||||
t0 = GetTransitionAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 2460f67faae178d4f99ce59e600b8b3b
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -8,7 +8,9 @@ namespace FGUI.JMain
|
||||
{
|
||||
public static void BindAll()
|
||||
{
|
||||
UIObjectFactory.SetPackageItemExtension(makeup.URL, typeof(makeup));
|
||||
UIObjectFactory.SetPackageItemExtension(com_pal.URL, typeof(com_pal));
|
||||
UIObjectFactory.SetPackageItemExtension(item_pal.URL, typeof(item_pal));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_pal.URL, typeof(btn_pal));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_question.URL, typeof(btn_question));
|
||||
UIObjectFactory.SetPackageItemExtension(com_faq.URL, typeof(com_faq));
|
||||
UIObjectFactory.SetPackageItemExtension(com_list_main.URL, typeof(com_list_main));
|
||||
@@ -19,12 +21,7 @@ namespace FGUI.JMain
|
||||
UIObjectFactory.SetPackageItemExtension(btn_add.URL, typeof(btn_add));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_minus.URL, typeof(btn_minus));
|
||||
UIObjectFactory.SetPackageItemExtension(com_cardnum.URL, typeof(com_cardnum));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_taks.URL, typeof(btn_taks));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_wheel.URL, typeof(btn_wheel));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_signin.URL, typeof(btn_signin));
|
||||
UIObjectFactory.SetPackageItemExtension(com_mainplay.URL, typeof(com_mainplay));
|
||||
UIObjectFactory.SetPackageItemExtension(com_mainplayitem.URL, typeof(com_mainplayitem));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_switch.URL, typeof(btn_switch));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_petty.URL, typeof(btn_petty));
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,25 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.JMain
|
||||
{
|
||||
public partial class btn_pal : GButton
|
||||
{
|
||||
public GTextField lab_time;
|
||||
public const string URL = "ui://qw9x6rf3dz5jpix";
|
||||
|
||||
public static btn_pal CreateInstance()
|
||||
{
|
||||
return (btn_pal)UIPackage.CreateObject("JMain", "btn_pal");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
lab_time = (GTextField)GetChildAt(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 8df9026b5e978de4e820114b10b88d07
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,27 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.JMain
|
||||
{
|
||||
public partial class btn_petty : GButton
|
||||
{
|
||||
public GGroup kuang;
|
||||
public Transition t0;
|
||||
public const string URL = "ui://qw9x6rf3uaj0pin";
|
||||
|
||||
public static btn_petty CreateInstance()
|
||||
{
|
||||
return (btn_petty)UIPackage.CreateObject("JMain", "btn_petty");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
kuang = (GGroup)GetChildAt(2);
|
||||
t0 = GetTransitionAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 76b1e8a1581e7444a8900307e0980e35
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -1,25 +0,0 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.JMain
|
||||
{
|
||||
public partial class btn_signin : GButton
|
||||
{
|
||||
public GImage image_red;
|
||||
public const string URL = "ui://qw9x6rf3tnddpjh";
|
||||
|
||||
public static btn_signin CreateInstance()
|
||||
{
|
||||
return (btn_signin)UIPackage.CreateObject("JMain", "btn_signin");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
image_red = (GImage)GetChildAt(4);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,25 +0,0 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.JMain
|
||||
{
|
||||
public partial class btn_taks : GButton
|
||||
{
|
||||
public GImage image_red;
|
||||
public const string URL = "ui://qw9x6rf3tnddpjd";
|
||||
|
||||
public static btn_taks CreateInstance()
|
||||
{
|
||||
return (btn_taks)UIPackage.CreateObject("JMain", "btn_taks");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
image_red = (GImage)GetChildAt(4);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,25 +0,0 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.JMain
|
||||
{
|
||||
public partial class btn_wheel : GButton
|
||||
{
|
||||
public GImage image_red;
|
||||
public const string URL = "ui://qw9x6rf3tnddpjg";
|
||||
|
||||
public static btn_wheel CreateInstance()
|
||||
{
|
||||
return (btn_wheel)UIPackage.CreateObject("JMain", "btn_wheel");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
image_red = (GImage)GetChildAt(4);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -13,7 +13,7 @@ namespace FGUI.JMain
|
||||
public GTextField txt_title;
|
||||
public GButton closeButton;
|
||||
public GTextField text_num;
|
||||
public GComponent btn_get;
|
||||
public GButton btn_get;
|
||||
public GImage img_gold;
|
||||
public GTextField end_point;
|
||||
public const string URL = "ui://qw9x6rf3ngxz38";
|
||||
@@ -30,12 +30,12 @@ namespace FGUI.JMain
|
||||
state = GetControllerAt(0);
|
||||
spine_parent = (GGraph)GetChildAt(0);
|
||||
btn_getreward = (GButton)GetChildAt(1);
|
||||
txt_title = (GTextField)GetChildAt(3);
|
||||
closeButton = (GButton)GetChildAt(4);
|
||||
text_num = (GTextField)GetChildAt(5);
|
||||
btn_get = (GComponent)GetChildAt(6);
|
||||
img_gold = (GImage)GetChildAt(7);
|
||||
end_point = (GTextField)GetChildAt(9);
|
||||
txt_title = (GTextField)GetChildAt(4);
|
||||
closeButton = (GButton)GetChildAt(5);
|
||||
text_num = (GTextField)GetChildAt(6);
|
||||
btn_get = (GButton)GetChildAt(7);
|
||||
img_gold = (GImage)GetChildAt(8);
|
||||
end_point = (GTextField)GetChildAt(10);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -10,23 +10,18 @@ namespace FGUI.JMain
|
||||
public Controller gift;
|
||||
public Controller type;
|
||||
public GGraph gp_fx;
|
||||
public GButton btn_play;
|
||||
public com_cardnum com_cardnum;
|
||||
public com_playnum com_cards;
|
||||
public com_cardplaytext com_cardplay;
|
||||
public GButton btn_ballon;
|
||||
public GButton btn_set;
|
||||
public makeup makeup;
|
||||
public GButton btn_admin;
|
||||
public btn_question btn_question;
|
||||
public btn_signin btn_sign;
|
||||
public btn_taks btn_task;
|
||||
public btn_wheel btn_wheel;
|
||||
public com_mainplay com_mainplay;
|
||||
public GButton settings;
|
||||
public GButton btn_coin;
|
||||
public GButton btn_cash;
|
||||
public GComponent com_avatar;
|
||||
public GButton btn_saveingpot;
|
||||
public btn_petty btn_petty;
|
||||
public GButton btn_play;
|
||||
public GButton btn_wb;
|
||||
public btn_pal btn_pal;
|
||||
public const string URL = "ui://qw9x6rf3lbaa0";
|
||||
|
||||
public static com_main CreateInstance()
|
||||
@@ -40,24 +35,19 @@ namespace FGUI.JMain
|
||||
|
||||
gift = GetControllerAt(0);
|
||||
type = GetControllerAt(1);
|
||||
gp_fx = (GGraph)GetChildAt(1);
|
||||
btn_play = (GButton)GetChildAt(2);
|
||||
com_cardnum = (com_cardnum)GetChildAt(3);
|
||||
com_cards = (com_playnum)GetChildAt(4);
|
||||
com_cardplay = (com_cardplaytext)GetChildAt(5);
|
||||
btn_ballon = (GButton)GetChildAt(6);
|
||||
btn_set = (GButton)GetChildAt(7);
|
||||
makeup = (makeup)GetChildAt(8);
|
||||
btn_admin = (GButton)GetChildAt(9);
|
||||
btn_question = (btn_question)GetChildAt(10);
|
||||
btn_sign = (btn_signin)GetChildAt(11);
|
||||
btn_task = (btn_taks)GetChildAt(12);
|
||||
btn_wheel = (btn_wheel)GetChildAt(13);
|
||||
com_mainplay = (com_mainplay)GetChildAt(14);
|
||||
settings = (GButton)GetChildAt(15);
|
||||
btn_coin = (GButton)GetChildAt(16);
|
||||
btn_cash = (GButton)GetChildAt(17);
|
||||
com_avatar = (GComponent)GetChildAt(18);
|
||||
gp_fx = (GGraph)GetChildAt(0);
|
||||
com_cardnum = (com_cardnum)GetChildAt(6);
|
||||
com_cards = (com_playnum)GetChildAt(7);
|
||||
com_cardplay = (com_cardplaytext)GetChildAt(8);
|
||||
btn_ballon = (GButton)GetChildAt(9);
|
||||
btn_set = (GButton)GetChildAt(10);
|
||||
btn_admin = (GButton)GetChildAt(11);
|
||||
btn_question = (btn_question)GetChildAt(12);
|
||||
btn_saveingpot = (GButton)GetChildAt(13);
|
||||
btn_petty = (btn_petty)GetChildAt(14);
|
||||
btn_play = (GButton)GetChildAt(15);
|
||||
btn_wb = (GButton)GetChildAt(16);
|
||||
btn_pal = (btn_pal)GetChildAt(17);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,35 +0,0 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.JMain
|
||||
{
|
||||
public partial class com_mainplay : GComponent
|
||||
{
|
||||
public com_mainplayitem play_item0;
|
||||
public com_mainplayitem play_item2;
|
||||
public com_mainplayitem play_item1;
|
||||
public btn_switch btn_right;
|
||||
public btn_switch btn_left;
|
||||
public Transition t0;
|
||||
public const string URL = "ui://qw9x6rf3tnddpji";
|
||||
|
||||
public static com_mainplay CreateInstance()
|
||||
{
|
||||
return (com_mainplay)UIPackage.CreateObject("JMain", "com_mainplay");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
play_item0 = (com_mainplayitem)GetChildAt(0);
|
||||
play_item2 = (com_mainplayitem)GetChildAt(1);
|
||||
play_item1 = (com_mainplayitem)GetChildAt(2);
|
||||
btn_right = (btn_switch)GetChildAt(3);
|
||||
btn_left = (btn_switch)GetChildAt(4);
|
||||
t0 = GetTransitionAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,11 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: a293bcfd2ef1a5c44a79c184a4af7f36
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -1,33 +0,0 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.JMain
|
||||
{
|
||||
public partial class com_mainplayitem : GComponent
|
||||
{
|
||||
public Controller type;
|
||||
public Controller can_play;
|
||||
public GTextField text_now;
|
||||
public GTextField text_need;
|
||||
public GButton btn_play;
|
||||
public const string URL = "ui://qw9x6rf3tnddpjj";
|
||||
|
||||
public static com_mainplayitem CreateInstance()
|
||||
{
|
||||
return (com_mainplayitem)UIPackage.CreateObject("JMain", "com_mainplayitem");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
type = GetControllerAt(0);
|
||||
can_play = GetControllerAt(1);
|
||||
text_now = (GTextField)GetChildAt(11);
|
||||
text_need = (GTextField)GetChildAt(12);
|
||||
btn_play = (GButton)GetChildAt(14);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,11 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 72201f57898753f47947abd1be660049
|
||||
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.JMain
|
||||
{
|
||||
public partial class com_pal : GComponent
|
||||
{
|
||||
public Controller state;
|
||||
public GList list_pal;
|
||||
public GButton btn_close;
|
||||
public const string URL = "ui://qw9x6rf3dz5jpiq";
|
||||
|
||||
public static com_pal CreateInstance()
|
||||
{
|
||||
return (com_pal)UIPackage.CreateObject("JMain", "com_pal");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
state = GetControllerAt(0);
|
||||
list_pal = (GList)GetChildAt(0);
|
||||
btn_close = (GButton)GetChildAt(5);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: efbfc86d9de50de4aaacf054158f5e50
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
+4
-4
@@ -5,14 +5,14 @@ using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.JMain
|
||||
{
|
||||
public partial class btn_switch : GButton
|
||||
public partial class item_pal : GComponent
|
||||
{
|
||||
public Controller state;
|
||||
public const string URL = "ui://qw9x6rf3tnddpjn";
|
||||
public const string URL = "ui://qw9x6rf3dz5jpiw";
|
||||
|
||||
public static btn_switch CreateInstance()
|
||||
public static item_pal CreateInstance()
|
||||
{
|
||||
return (btn_switch)UIPackage.CreateObject("JMain", "btn_switch");
|
||||
return (item_pal)UIPackage.CreateObject("JMain", "item_pal");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: a985afe1ff6fa7b40b8a084994d9c11b
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -1,41 +0,0 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.JMain
|
||||
{
|
||||
public partial class makeup : GComponent
|
||||
{
|
||||
public GTextField gold_text;
|
||||
public GTextField cash_text;
|
||||
public GButton btn_cash;
|
||||
public GButton btn_goldout;
|
||||
public GProgressBar gold_progress;
|
||||
public GProgressBar cash_progress;
|
||||
public GTextField gold_progress_text;
|
||||
public GTextField cash_progress_text;
|
||||
public GTextField coin_cash;
|
||||
public const string URL = "ui://qw9x6rf3112epi7";
|
||||
|
||||
public static makeup CreateInstance()
|
||||
{
|
||||
return (makeup)UIPackage.CreateObject("JMain", "makeup");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
gold_text = (GTextField)GetChildAt(2);
|
||||
cash_text = (GTextField)GetChildAt(5);
|
||||
btn_cash = (GButton)GetChildAt(6);
|
||||
btn_goldout = (GButton)GetChildAt(7);
|
||||
gold_progress = (GProgressBar)GetChildAt(8);
|
||||
cash_progress = (GProgressBar)GetChildAt(9);
|
||||
gold_progress_text = (GTextField)GetChildAt(10);
|
||||
cash_progress_text = (GTextField)GetChildAt(11);
|
||||
coin_cash = (GTextField)GetChildAt(13);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,11 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 126e8fa6c829b4042bcc9252f31f8319
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -8,6 +8,9 @@ namespace FGUI.JMall
|
||||
{
|
||||
public static void BindAll()
|
||||
{
|
||||
UIObjectFactory.SetPackageItemExtension(com_exchange.URL, typeof(com_exchange));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_setnum.URL, typeof(btn_setnum));
|
||||
UIObjectFactory.SetPackageItemExtension(com_makeup.URL, typeof(com_makeup));
|
||||
UIObjectFactory.SetPackageItemExtension(com_mall.URL, typeof(com_mall));
|
||||
UIObjectFactory.SetPackageItemExtension(com_mall_carditem.URL, typeof(com_mall_carditem));
|
||||
UIObjectFactory.SetPackageItemExtension(com_mall_coinitem.URL, typeof(com_mall_coinitem));
|
||||
|
||||
@@ -0,0 +1,25 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.JMall
|
||||
{
|
||||
public partial class btn_setnum : GButton
|
||||
{
|
||||
public Controller type;
|
||||
public const string URL = "ui://wj1zvor9pf31x";
|
||||
|
||||
public static btn_setnum CreateInstance()
|
||||
{
|
||||
return (btn_setnum)UIPackage.CreateObject("JMall", "btn_setnum");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
type = GetControllerAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 9958109f48115094cbea8bc607a89f41
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,47 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.JMall
|
||||
{
|
||||
public partial class com_exchange : GComponent
|
||||
{
|
||||
public btn_setnum btn_subcard;
|
||||
public btn_setnum btn_addcard;
|
||||
public GTextField text_card_num;
|
||||
public btn_redeem_coin btn_exchange_card;
|
||||
public btn_setnum btn_subamazon;
|
||||
public btn_setnum btn_addamazon;
|
||||
public GTextField text_amazon_num;
|
||||
public btn_redeem_coin btn_exchange_amazon;
|
||||
public GTextField text_amazon_ch;
|
||||
public com_makeup com_makeup0;
|
||||
public com_makeup com_makeup1;
|
||||
public com_makeup com_makeup2;
|
||||
public const string URL = "ui://wj1zvor9pf31j";
|
||||
|
||||
public static com_exchange CreateInstance()
|
||||
{
|
||||
return (com_exchange)UIPackage.CreateObject("JMall", "com_exchange");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
btn_subcard = (btn_setnum)GetChildAt(5);
|
||||
btn_addcard = (btn_setnum)GetChildAt(6);
|
||||
text_card_num = (GTextField)GetChildAt(7);
|
||||
btn_exchange_card = (btn_redeem_coin)GetChildAt(8);
|
||||
btn_subamazon = (btn_setnum)GetChildAt(10);
|
||||
btn_addamazon = (btn_setnum)GetChildAt(11);
|
||||
text_amazon_num = (GTextField)GetChildAt(12);
|
||||
btn_exchange_amazon = (btn_redeem_coin)GetChildAt(13);
|
||||
text_amazon_ch = (GTextField)GetChildAt(16);
|
||||
com_makeup0 = (com_makeup)GetChildAt(17);
|
||||
com_makeup1 = (com_makeup)GetChildAt(18);
|
||||
com_makeup2 = (com_makeup)GetChildAt(19);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 0bea775c9acff6a4b92f889ef597d4fc
|
||||
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.JMall
|
||||
{
|
||||
public partial class com_makeup : GComponent
|
||||
{
|
||||
public GProgressBar progress_makeup;
|
||||
public GTextField text_progress;
|
||||
public GButton btn_makeup;
|
||||
public GRichTextField text_makeup;
|
||||
public const string URL = "ui://wj1zvor9pf31z";
|
||||
|
||||
public static com_makeup CreateInstance()
|
||||
{
|
||||
return (com_makeup)UIPackage.CreateObject("JMall", "com_makeup");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
progress_makeup = (GProgressBar)GetChildAt(2);
|
||||
text_progress = (GTextField)GetChildAt(3);
|
||||
btn_makeup = (GButton)GetChildAt(4);
|
||||
text_makeup = (GRichTextField)GetChildAt(5);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 1eb56f50fb28fea4d98304d7821b072a
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -7,9 +7,9 @@ namespace FGUI.JPrivacy
|
||||
{
|
||||
public partial class com_privacy : GComponent
|
||||
{
|
||||
public GTextField txt_title;
|
||||
public GButton closeButton;
|
||||
public GList list_privacy;
|
||||
public GTextField txt_title;
|
||||
public const string URL = "ui://st9pm1gcms4v0";
|
||||
|
||||
public static com_privacy CreateInstance()
|
||||
@@ -21,9 +21,9 @@ namespace FGUI.JPrivacy
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
closeButton = (GButton)GetChildAt(2);
|
||||
list_privacy = (GList)GetChildAt(3);
|
||||
txt_title = (GTextField)GetChildAt(4);
|
||||
txt_title = (GTextField)GetChildAt(2);
|
||||
closeButton = (GButton)GetChildAt(3);
|
||||
list_privacy = (GList)GetChildAt(4);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -7,6 +7,7 @@ namespace FGUI.JRewardPop
|
||||
{
|
||||
public partial class com_StarReward : GComponent
|
||||
{
|
||||
public Controller gift;
|
||||
public GGraph spine_parent;
|
||||
public GTextField cash_text;
|
||||
public GButton btn_adget;
|
||||
@@ -24,12 +25,13 @@ namespace FGUI.JRewardPop
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
spine_parent = (GGraph)GetChildAt(2);
|
||||
cash_text = (GTextField)GetChildAt(4);
|
||||
btn_adget = (GButton)GetChildAt(5);
|
||||
rate_text = (GTextField)GetChildAt(7);
|
||||
btn_get = (GButton)GetChildAt(8);
|
||||
reward_end = (GButton)GetChildAt(9);
|
||||
gift = GetControllerAt(0);
|
||||
spine_parent = (GGraph)GetChildAt(1);
|
||||
cash_text = (GTextField)GetChildAt(3);
|
||||
btn_adget = (GButton)GetChildAt(4);
|
||||
rate_text = (GTextField)GetChildAt(6);
|
||||
btn_get = (GButton)GetChildAt(7);
|
||||
reward_end = (GButton)GetChildAt(8);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -9,13 +9,15 @@ namespace FGUI.JRewardPop
|
||||
{
|
||||
public Controller cont_extra;
|
||||
public Controller curr_type;
|
||||
public GButton closeButton;
|
||||
public GTextField text_num;
|
||||
public GButton btn_more;
|
||||
public com_roll com_roll;
|
||||
public btn_claim btn_claim;
|
||||
public GTextField txt_title;
|
||||
public GButton closeButton;
|
||||
public GImage img_diamond;
|
||||
public GImage img_ch;
|
||||
public GTextField text_num;
|
||||
public com_roll com_roll;
|
||||
public GButton btn_more;
|
||||
public GTextField text_cardnum;
|
||||
public btn_claim btn_claim;
|
||||
public const string URL = "ui://tm1qhgb4n5d50";
|
||||
|
||||
public static com_extraItem CreateInstance()
|
||||
@@ -29,13 +31,15 @@ namespace FGUI.JRewardPop
|
||||
|
||||
cont_extra = GetControllerAt(0);
|
||||
curr_type = GetControllerAt(1);
|
||||
closeButton = (GButton)GetChildAt(2);
|
||||
text_num = (GTextField)GetChildAt(6);
|
||||
btn_more = (GButton)GetChildAt(7);
|
||||
com_roll = (com_roll)GetChildAt(8);
|
||||
btn_claim = (btn_claim)GetChildAt(13);
|
||||
txt_title = (GTextField)GetChildAt(17);
|
||||
text_cardnum = (GTextField)GetChildAt(19);
|
||||
txt_title = (GTextField)GetChildAt(3);
|
||||
closeButton = (GButton)GetChildAt(4);
|
||||
img_diamond = (GImage)GetChildAt(6);
|
||||
img_ch = (GImage)GetChildAt(7);
|
||||
text_num = (GTextField)GetChildAt(9);
|
||||
com_roll = (com_roll)GetChildAt(10);
|
||||
btn_more = (GButton)GetChildAt(11);
|
||||
text_cardnum = (GTextField)GetChildAt(14);
|
||||
btn_claim = (btn_claim)GetChildAt(17);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -19,7 +19,7 @@ namespace FGUI.JRewardPop
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
list_roll = (GList)GetChildAt(1);
|
||||
list_roll = (GList)GetChildAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -16,7 +16,6 @@ namespace FGUI.JSettings
|
||||
UIObjectFactory.SetPackageItemExtension(btn_6contact.URL, typeof(btn_6contact));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_on.URL, typeof(btn_on));
|
||||
UIObjectFactory.SetPackageItemExtension(com_howto.URL, typeof(com_howto));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_website.URL, typeof(btn_website));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_pri.URL, typeof(btn_pri));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_terns.URL, typeof(btn_terns));
|
||||
}
|
||||
|
||||
@@ -19,7 +19,7 @@ namespace FGUI.JSettings
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
bar = (GButton)GetChildAt(0);
|
||||
bar = (GButton)GetChildAt(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -19,7 +19,7 @@ namespace FGUI.JSettings
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
btn_on = (btn_on)GetChildAt(1);
|
||||
btn_on = (btn_on)GetChildAt(2);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,25 +0,0 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.JSettings
|
||||
{
|
||||
public partial class btn_website : GButton
|
||||
{
|
||||
public GButton bar;
|
||||
public const string URL = "ui://ae8hdouduvpqp1r";
|
||||
|
||||
public static btn_website CreateInstance()
|
||||
{
|
||||
return (btn_website)UIPackage.CreateObject("JSettings", "btn_website");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
bar = (GButton)GetChildAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,11 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 1ad06ba7908e6f34896b335ca8a96102
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -7,8 +7,8 @@ namespace FGUI.JSettings
|
||||
{
|
||||
public partial class com_howto : GComponent
|
||||
{
|
||||
public GButton closeButton;
|
||||
public GTextField txt_title;
|
||||
public GButton closeButton;
|
||||
public const string URL = "ui://ae8hdoudrhllp";
|
||||
|
||||
public static com_howto CreateInstance()
|
||||
@@ -20,8 +20,8 @@ namespace FGUI.JSettings
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
closeButton = (GButton)GetChildAt(4);
|
||||
txt_title = (GTextField)GetChildAt(12);
|
||||
txt_title = (GTextField)GetChildAt(2);
|
||||
closeButton = (GButton)GetChildAt(6);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -8,8 +8,8 @@ namespace FGUI.JSettings
|
||||
public partial class com_setting : GComponent
|
||||
{
|
||||
public Controller gift;
|
||||
public btn_record btn_record;
|
||||
public btn_6contact btn_contact;
|
||||
public btn_record btn_record;
|
||||
public GTextField text_uid;
|
||||
public GTextField text_version;
|
||||
public btn_4music btn_music;
|
||||
@@ -19,7 +19,6 @@ namespace FGUI.JSettings
|
||||
public btn_terns btn_terms;
|
||||
public GTextField txt_title;
|
||||
public GButton closeButton;
|
||||
public btn_website btn_website;
|
||||
public const string URL = "ui://ae8hdoudrhll0";
|
||||
|
||||
public static com_setting CreateInstance()
|
||||
@@ -32,18 +31,17 @@ namespace FGUI.JSettings
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
gift = GetControllerAt(0);
|
||||
btn_record = (btn_record)GetChildAt(0);
|
||||
btn_contact = (btn_6contact)GetChildAt(1);
|
||||
text_uid = (GTextField)GetChildAt(4);
|
||||
text_version = (GTextField)GetChildAt(5);
|
||||
btn_music = (btn_4music)GetChildAt(6);
|
||||
btn_sound = (btn_5sounds)GetChildAt(7);
|
||||
btn_how = (btn_2howto)GetChildAt(8);
|
||||
btn_pri = (btn_pri)GetChildAt(9);
|
||||
btn_terms = (btn_terns)GetChildAt(10);
|
||||
btn_contact = (btn_6contact)GetChildAt(0);
|
||||
btn_record = (btn_record)GetChildAt(1);
|
||||
text_uid = (GTextField)GetChildAt(3);
|
||||
text_version = (GTextField)GetChildAt(4);
|
||||
btn_music = (btn_4music)GetChildAt(5);
|
||||
btn_sound = (btn_5sounds)GetChildAt(6);
|
||||
btn_how = (btn_2howto)GetChildAt(7);
|
||||
btn_pri = (btn_pri)GetChildAt(8);
|
||||
btn_terms = (btn_terns)GetChildAt(9);
|
||||
txt_title = (GTextField)GetChildAt(11);
|
||||
closeButton = (GButton)GetChildAt(12);
|
||||
btn_website = (btn_website)GetChildAt(13);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -9,7 +9,9 @@ namespace FGUI.JWheel
|
||||
{
|
||||
public Controller cont_button;
|
||||
public Controller cont_video;
|
||||
public Controller saveing_open;
|
||||
public GTextField text_time;
|
||||
public GImage img_saveingpot;
|
||||
public const string URL = "ui://qpan47byp653e";
|
||||
|
||||
public static btn_spin CreateInstance()
|
||||
@@ -23,7 +25,9 @@ namespace FGUI.JWheel
|
||||
|
||||
cont_button = GetControllerAt(0);
|
||||
cont_video = GetControllerAt(1);
|
||||
saveing_open = GetControllerAt(2);
|
||||
text_time = (GTextField)GetChildAt(3);
|
||||
img_saveingpot = (GImage)GetChildAt(4);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 07bad1f23e137dc4fa1371de18b77258
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,21 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
|
||||
namespace FGUI.ZM_Petty
|
||||
{
|
||||
public class ZM_PettyBinder
|
||||
{
|
||||
public static void BindAll()
|
||||
{
|
||||
UIObjectFactory.SetPackageItemExtension(com_petty_award.URL, typeof(com_petty_award));
|
||||
UIObjectFactory.SetPackageItemExtension(com_get_panel.URL, typeof(com_get_panel));
|
||||
UIObjectFactory.SetPackageItemExtension(com_account.URL, typeof(com_account));
|
||||
UIObjectFactory.SetPackageItemExtension(com_email.URL, typeof(com_email));
|
||||
UIObjectFactory.SetPackageItemExtension(com_firstName.URL, typeof(com_firstName));
|
||||
UIObjectFactory.SetPackageItemExtension(com_lastName.URL, typeof(com_lastName));
|
||||
UIObjectFactory.SetPackageItemExtension(com_detail.URL, typeof(com_detail));
|
||||
UIObjectFactory.SetPackageItemExtension(com_scond_confirm.URL, typeof(com_scond_confirm));
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 2981a968a89b8514583ad63e5e7b4424
|
||||
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_Petty
|
||||
{
|
||||
public partial class com_account : GComponent
|
||||
{
|
||||
public com_email com_email;
|
||||
public com_firstName com_first_name;
|
||||
public com_lastName com_last_name;
|
||||
public GButton btn_confirm;
|
||||
public const string URL = "ui://e9w4rbkqkbzo4";
|
||||
|
||||
public static com_account CreateInstance()
|
||||
{
|
||||
return (com_account)UIPackage.CreateObject("ZM_Petty", "com_account");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
com_email = (com_email)GetChildAt(4);
|
||||
com_first_name = (com_firstName)GetChildAt(5);
|
||||
com_last_name = (com_lastName)GetChildAt(6);
|
||||
btn_confirm = (GButton)GetChildAt(7);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: a914ed167d523f1428efe0cdc480594d
|
||||
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_Petty
|
||||
{
|
||||
public partial class com_detail : GComponent
|
||||
{
|
||||
public GTextField text_amount;
|
||||
public GTextField text_data;
|
||||
public GTextField text_order;
|
||||
public GTextField text_email;
|
||||
public GTextField text_limit;
|
||||
public const string URL = "ui://e9w4rbkqkbzob";
|
||||
|
||||
public static com_detail CreateInstance()
|
||||
{
|
||||
return (com_detail)UIPackage.CreateObject("ZM_Petty", "com_detail");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
text_amount = (GTextField)GetChildAt(2);
|
||||
text_data = (GTextField)GetChildAt(3);
|
||||
text_order = (GTextField)GetChildAt(4);
|
||||
text_email = (GTextField)GetChildAt(5);
|
||||
text_limit = (GTextField)GetChildAt(6);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: ce2d2ea1b03310148aee053423f6b7d0
|
||||
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_Petty
|
||||
{
|
||||
public partial class com_email : GComponent
|
||||
{
|
||||
public GTextInput enter_email;
|
||||
public const string URL = "ui://e9w4rbkqkbzo5";
|
||||
|
||||
public static com_email CreateInstance()
|
||||
{
|
||||
return (com_email)UIPackage.CreateObject("ZM_Petty", "com_email");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
enter_email = (GTextInput)GetChildAt(2);
|
||||
}
|
||||
}
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user