2
0
Fork 0
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.

38 lines
845 B
C#

2 years ago
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
using FairyGUI;
using FairyGUI.Utils;
namespace Game.Common
{
public partial class ViewDramaContent : GComponent
{
public Controller m_c1;
public GGraph m_n0;
public GTextField m_text;
public GImage m_n5;
public Transition m_t0;
public const string URL = "ui://ovtc57tdpgt3r";
public static ViewDramaContent CreateInstance()
{
return (ViewDramaContent)UIPackage.CreateObject("Common","DramaContent");
}
public ViewDramaContent()
{
}
public override void ConstructFromXML(XML xml)
{
base.ConstructFromXML(xml);
m_c1 = this.GetController("c1");
m_n0 = (GGraph)this.GetChild("n0");
m_text = (GTextField)this.GetChild("text");
m_n5 = (GImage)this.GetChild("n5");
m_t0 = this.GetTransition("t0");
}
}
}