修改bug
This commit is contained in:
@@ -15,7 +15,6 @@ namespace FGUI.Game_04
|
||||
UIObjectFactory.SetPackageItemExtension(btn_prop.URL, typeof(btn_prop));
|
||||
UIObjectFactory.SetPackageItemExtension(com_open.URL, typeof(com_open));
|
||||
UIObjectFactory.SetPackageItemExtension(com_game.URL, typeof(com_game));
|
||||
UIObjectFactory.SetPackageItemExtension(com_state.URL, typeof(com_state));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_add.URL, typeof(btn_add));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_exit.URL, typeof(btn_exit));
|
||||
}
|
||||
|
||||
@@ -1,25 +0,0 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.Game_04
|
||||
{
|
||||
public partial class com_state : GComponent
|
||||
{
|
||||
public GRichTextField text_level;
|
||||
public const string URL = "ui://g3iqdlgcopwgy";
|
||||
|
||||
public static com_state CreateInstance()
|
||||
{
|
||||
return (com_state)UIPackage.CreateObject("Game_04", "com_state");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
text_level = (GRichTextField)GetChildAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,11 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: edb47f4eda6f26b46898bc18d7ee1871
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user