bug修改
This commit is contained in:
@@ -25,8 +25,6 @@ namespace FGUI.Common_01
|
||||
UIObjectFactory.SetPackageItemExtension(btn_head.URL, typeof(btn_head));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_claim3.URL, typeof(btn_claim3));
|
||||
UIObjectFactory.SetPackageItemExtension(com_add_points.URL, typeof(com_add_points));
|
||||
UIObjectFactory.SetPackageItemExtension(com_broadcast_text1.URL, typeof(com_broadcast_text1));
|
||||
UIObjectFactory.SetPackageItemExtension(com_broadcast1.URL, typeof(com_broadcast1));
|
||||
UIObjectFactory.SetPackageItemExtension(wheel.URL, typeof(wheel));
|
||||
UIObjectFactory.SetPackageItemExtension(item_wheel.URL, typeof(item_wheel));
|
||||
UIObjectFactory.SetPackageItemExtension(wheel_.URL, typeof(wheel_));
|
||||
|
||||
@@ -1,35 +0,0 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.Common_01
|
||||
{
|
||||
public partial class com_broadcast1 : GComponent
|
||||
{
|
||||
public GButton btn_record;
|
||||
public com_broadcast_text1 broad_cast_text;
|
||||
public GGroup broad;
|
||||
public GGroup group_;
|
||||
public Transition t0;
|
||||
public Transition t1;
|
||||
public const string URL = "ui://o9974uc5qp92ao";
|
||||
|
||||
public static com_broadcast1 CreateInstance()
|
||||
{
|
||||
return (com_broadcast1)UIPackage.CreateObject("Common_01", "com_broadcast1");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
btn_record = (GButton)GetChildAt(1);
|
||||
broad_cast_text = (com_broadcast_text1)GetChildAt(2);
|
||||
broad = (GGroup)GetChildAt(3);
|
||||
group_ = (GGroup)GetChildAt(4);
|
||||
t0 = GetTransitionAt(0);
|
||||
t1 = GetTransitionAt(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,11 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 627229fe81ce36343afe1061659602bb
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -7,11 +7,10 @@ namespace FGUI.Common_01
|
||||
{
|
||||
public partial class com_broadcast_text1 : GComponent
|
||||
{
|
||||
public GGraph bg_panel;
|
||||
public GRichTextField cast_text;
|
||||
public GRichTextField hide_text;
|
||||
public GButton btn_broad;
|
||||
public const string URL = "ui://o9974uc5qp92an";
|
||||
public GRichTextField show_text;
|
||||
public Transition t0;
|
||||
public const string URL = "ui://o9974uc5cgqg1o";
|
||||
|
||||
public static com_broadcast_text1 CreateInstance()
|
||||
{
|
||||
@@ -22,10 +21,9 @@ namespace FGUI.Common_01
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
bg_panel = (GGraph)GetChildAt(0);
|
||||
cast_text = (GRichTextField)GetChildAt(1);
|
||||
hide_text = (GRichTextField)GetChildAt(2);
|
||||
btn_broad = (GButton)GetChildAt(3);
|
||||
cast_text = (GRichTextField)GetChildAt(0);
|
||||
show_text = (GRichTextField)GetChildAt(1);
|
||||
t0 = GetTransitionAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user