fix:1、更换项目,使用winter来创建
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
|
||||
namespace FGUI.LG_AIchat
|
||||
{
|
||||
public class LG_AIchatBinder
|
||||
{
|
||||
public static void BindAll()
|
||||
{
|
||||
UIObjectFactory.SetPackageItemExtension(btn_watchAd.URL, typeof(btn_watchAd));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_tophead.URL, typeof(btn_tophead));
|
||||
UIObjectFactory.SetPackageItemExtension(com_chatChoose.URL, typeof(com_chatChoose));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_chooseItem.URL, typeof(btn_chooseItem));
|
||||
UIObjectFactory.SetPackageItemExtension(com_chat.URL, typeof(com_chat));
|
||||
UIObjectFactory.SetPackageItemExtension(item_chatText_left.URL, typeof(item_chatText_left));
|
||||
UIObjectFactory.SetPackageItemExtension(item_chatImage.URL, typeof(item_chatImage));
|
||||
UIObjectFactory.SetPackageItemExtension(item_chatText_right.URL, typeof(item_chatText_right));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_send.URL, typeof(btn_send));
|
||||
UIObjectFactory.SetPackageItemExtension(chat_head.URL, typeof(chat_head));
|
||||
UIObjectFactory.SetPackageItemExtension(com_ChatNumber.URL, typeof(com_ChatNumber));
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 1d46d1d1bb69740f189eff79f41a60da
|
||||
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.LG_AIchat
|
||||
{
|
||||
public partial class btn_chooseItem : GButton
|
||||
{
|
||||
public Controller state;
|
||||
public Controller index;
|
||||
public GImage red;
|
||||
public const string URL = "ui://tksc66j2cv0e7";
|
||||
|
||||
public static btn_chooseItem CreateInstance()
|
||||
{
|
||||
return (btn_chooseItem)UIPackage.CreateObject("LG_AIchat", "btn_chooseItem");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
state = GetControllerAt(0);
|
||||
index = GetControllerAt(1);
|
||||
red = (GImage)GetChildAt(10);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: fbafb5042418a41acba56aa0962b4794
|
||||
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.LG_AIchat
|
||||
{
|
||||
public partial class btn_send : GButton
|
||||
{
|
||||
public Controller state;
|
||||
public GTextField text_remainNum;
|
||||
public const string URL = "ui://tksc66j2cv0eh";
|
||||
|
||||
public static btn_send CreateInstance()
|
||||
{
|
||||
return (btn_send)UIPackage.CreateObject("LG_AIchat", "btn_send");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
state = GetControllerAt(0);
|
||||
text_remainNum = (GTextField)GetChildAt(2);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 3c6800da7f7f540f5b4f81b3330bfe29
|
||||
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.LG_AIchat
|
||||
{
|
||||
public partial class btn_tophead : GButton
|
||||
{
|
||||
public Controller type;
|
||||
public GLoader top_head;
|
||||
public const string URL = "ui://tksc66j210evn2q";
|
||||
|
||||
public static btn_tophead CreateInstance()
|
||||
{
|
||||
return (btn_tophead)UIPackage.CreateObject("LG_AIchat", "btn_tophead");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
type = GetControllerAt(0);
|
||||
top_head = (GLoader)GetChildAt(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 09546b2ad3e104d0a9b95f7689a73b31
|
||||
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.LG_AIchat
|
||||
{
|
||||
public partial class btn_watchAd : GButton
|
||||
{
|
||||
public Controller buy_state;
|
||||
public Controller can_buy;
|
||||
public GTextField btn_text;
|
||||
public GTextField watch;
|
||||
public const string URL = "ui://tksc66j210evn2o";
|
||||
|
||||
public static btn_watchAd CreateInstance()
|
||||
{
|
||||
return (btn_watchAd)UIPackage.CreateObject("LG_AIchat", "btn_watchAd");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
buy_state = GetControllerAt(0);
|
||||
can_buy = GetControllerAt(1);
|
||||
btn_text = (GTextField)GetChildAt(2);
|
||||
watch = (GTextField)GetChildAt(3);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 7d77fec425acb423cb223e17ca25ade9
|
||||
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.LG_AIchat
|
||||
{
|
||||
public partial class chat_head : GButton
|
||||
{
|
||||
public GLoader load_avatar;
|
||||
public const string URL = "ui://tksc66j2ljeg29";
|
||||
|
||||
public static chat_head CreateInstance()
|
||||
{
|
||||
return (chat_head)UIPackage.CreateObject("LG_AIchat", "chat_head");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
load_avatar = (GLoader)GetChildAt(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 968e29833e91e480f95f231ad78e715c
|
||||
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.LG_AIchat
|
||||
{
|
||||
public partial class com_ChatNumber : GComponent
|
||||
{
|
||||
public Controller type;
|
||||
public GButton btn_close;
|
||||
public GTextField title1;
|
||||
public GTextField text_coins;
|
||||
public GTextField text_ads;
|
||||
public btn_watchAd btn_watch;
|
||||
public GButton btn_coins;
|
||||
public const string URL = "ui://tksc66j2ljeg2b";
|
||||
|
||||
public static com_ChatNumber CreateInstance()
|
||||
{
|
||||
return (com_ChatNumber)UIPackage.CreateObject("LG_AIchat", "com_ChatNumber");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
type = GetControllerAt(0);
|
||||
btn_close = (GButton)GetChildAt(1);
|
||||
title1 = (GTextField)GetChildAt(2);
|
||||
text_coins = (GTextField)GetChildAt(4);
|
||||
text_ads = (GTextField)GetChildAt(5);
|
||||
btn_watch = (btn_watchAd)GetChildAt(6);
|
||||
btn_coins = (GButton)GetChildAt(8);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 48e5f36b85e0344beaae125d12177602
|
||||
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.LG_AIchat
|
||||
{
|
||||
public partial class com_chat : GComponent
|
||||
{
|
||||
public Controller type;
|
||||
public Controller have_free;
|
||||
public GList list_;
|
||||
public GTextInput input_message;
|
||||
public btn_send btn_send;
|
||||
public GButton btn_photo;
|
||||
public GButton btn_video;
|
||||
public GTextField text_name;
|
||||
public GButton btn_gold;
|
||||
public btn_tophead btn_tophead;
|
||||
public GGroup group_;
|
||||
public GButton btn_close;
|
||||
public const string URL = "ui://tksc66j2cv0ea";
|
||||
|
||||
public static com_chat CreateInstance()
|
||||
{
|
||||
return (com_chat)UIPackage.CreateObject("LG_AIchat", "com_chat");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
type = GetControllerAt(0);
|
||||
have_free = GetControllerAt(1);
|
||||
list_ = (GList)GetChildAt(6);
|
||||
input_message = (GTextInput)GetChildAt(7);
|
||||
btn_send = (btn_send)GetChildAt(8);
|
||||
btn_photo = (GButton)GetChildAt(9);
|
||||
btn_video = (GButton)GetChildAt(10);
|
||||
text_name = (GTextField)GetChildAt(12);
|
||||
btn_gold = (GButton)GetChildAt(13);
|
||||
btn_tophead = (btn_tophead)GetChildAt(14);
|
||||
group_ = (GGroup)GetChildAt(15);
|
||||
btn_close = (GButton)GetChildAt(16);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 3fe555ca81f18421890dd32c23acfbce
|
||||
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.LG_AIchat
|
||||
{
|
||||
public partial class com_chatChoose : GComponent
|
||||
{
|
||||
public btn_chooseItem btn_0;
|
||||
public btn_chooseItem btn_1;
|
||||
public btn_chooseItem btn_2;
|
||||
public GButton btn_gold;
|
||||
public GTextField text_describe;
|
||||
public GButton btn_close;
|
||||
public const string URL = "ui://tksc66j2cv0e6";
|
||||
|
||||
public static com_chatChoose CreateInstance()
|
||||
{
|
||||
return (com_chatChoose)UIPackage.CreateObject("LG_AIchat", "com_chatChoose");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
btn_0 = (btn_chooseItem)GetChildAt(1);
|
||||
btn_1 = (btn_chooseItem)GetChildAt(2);
|
||||
btn_2 = (btn_chooseItem)GetChildAt(3);
|
||||
btn_gold = (GButton)GetChildAt(4);
|
||||
text_describe = (GTextField)GetChildAt(6);
|
||||
btn_close = (GButton)GetChildAt(7);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: d76ad9f750de44a79bf68c6d7161ae67
|
||||
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.LG_AIchat
|
||||
{
|
||||
public partial class item_chatImage : GComponent
|
||||
{
|
||||
public GButton btn_unlock;
|
||||
public const string URL = "ui://tksc66j2cv0ee";
|
||||
|
||||
public static item_chatImage CreateInstance()
|
||||
{
|
||||
return (item_chatImage)UIPackage.CreateObject("LG_AIchat", "item_chatImage");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
btn_unlock = (GButton)GetChildAt(8);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 3cf461f790f904fc594cfc4e174b0d46
|
||||
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.LG_AIchat
|
||||
{
|
||||
public partial class item_chatText_left : GComponent
|
||||
{
|
||||
public Controller type;
|
||||
public GTextField text_content;
|
||||
public GLoader head;
|
||||
public Transition t0;
|
||||
public const string URL = "ui://tksc66j2cv0eb";
|
||||
|
||||
public static item_chatText_left CreateInstance()
|
||||
{
|
||||
return (item_chatText_left)UIPackage.CreateObject("LG_AIchat", "item_chatText_left");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
type = GetControllerAt(0);
|
||||
text_content = (GTextField)GetChildAt(5);
|
||||
head = (GLoader)GetChildAt(6);
|
||||
t0 = GetTransitionAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: e77e1749441c14ef8b8851bbbcf6cb95
|
||||
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.LG_AIchat
|
||||
{
|
||||
public partial class item_chatText_right : GComponent
|
||||
{
|
||||
public GTextField text_content;
|
||||
public chat_head btn_head;
|
||||
public const string URL = "ui://tksc66j2cv0eg";
|
||||
|
||||
public static item_chatText_right CreateInstance()
|
||||
{
|
||||
return (item_chatText_right)UIPackage.CreateObject("LG_AIchat", "item_chatText_right");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
text_content = (GTextField)GetChildAt(4);
|
||||
btn_head = (chat_head)GetChildAt(5);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: ccb720eab3dc54b6bbc15975bc3b85f0
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user