提交修改
This commit is contained in:
33
Assets/Scripts/UI/Bag/GearItem.Designer.cs
generated
Normal file
33
Assets/Scripts/UI/Bag/GearItem.Designer.cs
generated
Normal file
@@ -0,0 +1,33 @@
|
||||
/**本脚本为自动生成,每次生成会覆盖!请勿手动修改,生成插件文档及项目地址:https://git.whoot.com/whoot-games/whoot.fguieditorplugin**/
|
||||
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
using NBC;
|
||||
|
||||
namespace NBF
|
||||
{
|
||||
public partial class GearItem
|
||||
{
|
||||
public const string URL = "ui://hxr7rc7pnzfp1n";
|
||||
|
||||
public GTextField TextTitle;
|
||||
public GTextField TextDesc;
|
||||
public GButton BtnClose;
|
||||
public GImage Quality;
|
||||
public GLoader TagIcon;
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
TextTitle = (GTextField)GetChild("TextTitle");
|
||||
TextDesc = (GTextField)GetChild("TextDesc");
|
||||
BtnClose = (GButton)GetChild("BtnClose");
|
||||
Quality = (GImage)GetChild("Quality");
|
||||
TagIcon = (GLoader)GetChild("TagIcon");
|
||||
OnInited();
|
||||
UILanguage.TrySetComponentLanguage(this);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user