25 lines
628 B
C#
25 lines
628 B
C#
/** 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);
|
|
}
|
|
}
|
|
} |