You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
54 lines
1.4 KiB
C#
54 lines
1.4 KiB
C#
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
|
|
|
using FairyGUI;
|
|
using FairyGUI.Utils;
|
|
|
|
namespace Game.Battle
|
|
{
|
|
public partial class ViewMapIconObj : GComponent
|
|
{
|
|
public Controller m_left;
|
|
public Controller m_middle;
|
|
public Controller m_right;
|
|
public ViewMapIcon m_icon;
|
|
public GImage m_n4;
|
|
public GImage m_n9;
|
|
public GGroup m_left_2;
|
|
public GImage m_n5;
|
|
public GImage m_n7;
|
|
public GGroup m_middle_2;
|
|
public GImage m_n6;
|
|
public GImage m_n12;
|
|
public GGroup m_right_2;
|
|
|
|
public const string URL = "ui://2qo7xpdcklx947";
|
|
|
|
public static ViewMapIconObj CreateInstance()
|
|
{
|
|
return (ViewMapIconObj)UIPackage.CreateObject("Battle","MapIconObj");
|
|
}
|
|
|
|
public ViewMapIconObj()
|
|
{
|
|
}
|
|
|
|
public override void ConstructFromXML(XML xml)
|
|
{
|
|
base.ConstructFromXML(xml);
|
|
|
|
m_left = this.GetController("left");
|
|
m_middle = this.GetController("middle");
|
|
m_right = this.GetController("right");
|
|
m_icon = (ViewMapIcon)this.GetChild("icon");
|
|
m_n4 = (GImage)this.GetChild("n4");
|
|
m_n9 = (GImage)this.GetChild("n9");
|
|
m_left_2 = (GGroup)this.GetChild("left");
|
|
m_n5 = (GImage)this.GetChild("n5");
|
|
m_n7 = (GImage)this.GetChild("n7");
|
|
m_middle_2 = (GGroup)this.GetChild("middle");
|
|
m_n6 = (GImage)this.GetChild("n6");
|
|
m_n12 = (GImage)this.GetChild("n12");
|
|
m_right_2 = (GGroup)this.GetChild("right");
|
|
}
|
|
}
|
|
} |