修改调整
This commit is contained in:
25
Assets/Scripts/UI/Main/UI_ComboBox1_popup.cs
Normal file
25
Assets/Scripts/UI/Main/UI_ComboBox1_popup.cs
Normal file
@@ -0,0 +1,25 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace Main
|
||||
{
|
||||
public partial class UI_ComboBox1_popup : GComponent
|
||||
{
|
||||
public GList m_list;
|
||||
public const string URL = "ui://urg6g4bvtdro5";
|
||||
|
||||
public static UI_ComboBox1_popup CreateInstance()
|
||||
{
|
||||
return (UI_ComboBox1_popup)UIPackage.CreateObject("Main", "ComboBox1_popup");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
m_list = (GList)GetChildAt(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user