This commit is contained in:
PC-20230316NUNE\Administrator
2024-10-16 20:41:40 +08:00
parent 44c3ea001a
commit 6da2f9e691
1866 changed files with 36068 additions and 25732 deletions

View File

@@ -0,0 +1,15 @@
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
using FairyGUI;
namespace Launcher
{
public class LauncherBinder
{
public static void BindAll()
{
UIObjectFactory.SetPackageItemExtension(UI_Button.URL, typeof(UI_Button));
UIObjectFactory.SetPackageItemExtension(UI_Launcher.URL, typeof(UI_Launcher));
}
}
}

View File

@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: d082f02b9c184cb4e880a9a47b088792
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,25 @@
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
using FairyGUI;
using FairyGUI.Utils;
namespace Launcher
{
public partial class UI_Button : GButton
{
public Controller m_Type;
public const string URL = "ui://h88wuvsbed8im2";
public static UI_Button CreateInstance()
{
return (UI_Button)UIPackage.CreateObject("Launcher", "Button");
}
public override void ConstructFromXML(XML xml)
{
base.ConstructFromXML(xml);
m_Type = GetControllerAt(1);
}
}
}

View File

@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 640b003b63f42c2489ddda56671df3d5
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,31 @@
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
using FairyGUI;
using FairyGUI.Utils;
namespace Launcher
{
public partial class UI_Launcher : GComponent
{
public Controller m_Type;
public GProgressBar m_progress;
public GTextField m_title;
public UI_Button m_downloader;
public const string URL = "ui://h88wuvsbkpkc0";
public static UI_Launcher CreateInstance()
{
return (UI_Launcher)UIPackage.CreateObject("Launcher", "Launcher");
}
public override void ConstructFromXML(XML xml)
{
base.ConstructFromXML(xml);
m_Type = GetControllerAt(0);
m_progress = (GProgressBar)GetChildAt(1);
m_title = (GTextField)GetChildAt(2);
m_downloader = (UI_Button)GetChildAt(3);
}
}
}

View File

@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 45c6da4efa15f2c47a3b57b10d47d6ba
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant: