fix:1、添加项目
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.PC_NetIdle
|
||||
{
|
||||
public partial class com_Netidle : GComponent
|
||||
{
|
||||
public Controller cont_state;
|
||||
public com_loading com_net_loading;
|
||||
public GTextField text_loading;
|
||||
public const string URL = "ui://x7vlnzzckhti0";
|
||||
|
||||
public static com_Netidle CreateInstance()
|
||||
{
|
||||
return (com_Netidle)UIPackage.CreateObject("PC_NetIdle", "com_Netidle");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
cont_state = GetControllerAt(0);
|
||||
com_net_loading = (com_loading)GetChildAt(0);
|
||||
text_loading = (GTextField)GetChildAt(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user