ball 项目提交
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
/** 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(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(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: 579631e66248f4e96b957767712aae4e
|
||||
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: 5ea4086575d7740c9ae529d416c936a5
|
||||
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 GTextField title1;
|
||||
public GTextField text_coins;
|
||||
public GTextField text_ads;
|
||||
public GButton btn_watch;
|
||||
public GButton btn_coins;
|
||||
public GButton btn_close;
|
||||
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);
|
||||
title1 = (GTextField)GetChildAt(1);
|
||||
text_coins = (GTextField)GetChildAt(2);
|
||||
text_ads = (GTextField)GetChildAt(3);
|
||||
btn_watch = (GButton)GetChildAt(6);
|
||||
btn_coins = (GButton)GetChildAt(7);
|
||||
btn_close = (GButton)GetChildAt(8);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 4318e773cacbe4825add71e62b585f8f
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,51 @@
|
||||
/** 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 GButton btn_send;
|
||||
public GButton btn_photo;
|
||||
public GTextField text_remainfreeNum;
|
||||
public GButton btn_video;
|
||||
public GButton btn_close;
|
||||
public GTextField text_name;
|
||||
public GButton btn_gold;
|
||||
public GLoader top_head;
|
||||
public GGroup group_;
|
||||
public GTextField text_remainNum;
|
||||
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(7);
|
||||
input_message = (GTextInput)GetChildAt(8);
|
||||
btn_send = (GButton)GetChildAt(9);
|
||||
btn_photo = (GButton)GetChildAt(10);
|
||||
text_remainfreeNum = (GTextField)GetChildAt(11);
|
||||
btn_video = (GButton)GetChildAt(12);
|
||||
btn_close = (GButton)GetChildAt(14);
|
||||
text_name = (GTextField)GetChildAt(16);
|
||||
btn_gold = (GButton)GetChildAt(17);
|
||||
top_head = (GLoader)GetChildAt(18);
|
||||
group_ = (GGroup)GetChildAt(19);
|
||||
text_remainNum = (GTextField)GetChildAt(21);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: b27671ca9c1e1401092b12e4e95a02aa
|
||||
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: 851085be91e4948819df3e8ed465b93e
|
||||
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: 4efbdd8a460e94efc8491cade9d2031d
|
||||
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 item_chatText_left : GComponent
|
||||
{
|
||||
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);
|
||||
|
||||
text_content = (GTextField)GetChildAt(4);
|
||||
head = (GLoader)GetChildAt(5);
|
||||
t0 = GetTransitionAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 952f68c8334bb4e7894c835c93e63ff0
|
||||
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: ec6777ba4f3b44c3e94558f81fce45d5
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user