fix:1、更换项目,使用winter来创建
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.LG_Unlock
|
||||
{
|
||||
public partial class com_unlockView : GComponent
|
||||
{
|
||||
public Controller type;
|
||||
public GButton btn_close;
|
||||
public GTextField title1;
|
||||
public GButton btn_subscribe;
|
||||
public GTextField text_coin;
|
||||
public GButton btn_gold;
|
||||
public GTextField text_level;
|
||||
public GButton btn_play;
|
||||
public const string URL = "ui://876wwqikupj11j";
|
||||
|
||||
public static com_unlockView CreateInstance()
|
||||
{
|
||||
return (com_unlockView)UIPackage.CreateObject("LG_Unlock", "com_unlockView");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
type = GetControllerAt(0);
|
||||
btn_close = (GButton)GetChildAt(1);
|
||||
title1 = (GTextField)GetChildAt(2);
|
||||
btn_subscribe = (GButton)GetChildAt(4);
|
||||
text_coin = (GTextField)GetChildAt(5);
|
||||
btn_gold = (GButton)GetChildAt(6);
|
||||
text_level = (GTextField)GetChildAt(7);
|
||||
btn_play = (GButton)GetChildAt(9);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user