2026-04-22 09:52:55 +08:00
|
|
|
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
|
|
|
|
|
|
|
|
|
using FairyGUI;
|
|
|
|
|
using FairyGUI.Utils;
|
|
|
|
|
|
2026-04-22 11:13:16 +08:00
|
|
|
namespace FGUI.ZM_Common_01
|
2026-04-22 09:52:55 +08:00
|
|
|
{
|
2026-04-22 11:13:16 +08:00
|
|
|
public partial class head : GButton
|
2026-04-22 09:52:55 +08:00
|
|
|
{
|
|
|
|
|
public GLoader load_avatar;
|
|
|
|
|
public const string URL = "ui://o9974uc5opwgh";
|
|
|
|
|
|
2026-04-22 11:13:16 +08:00
|
|
|
public static head CreateInstance()
|
2026-04-22 09:52:55 +08:00
|
|
|
{
|
2026-04-22 11:13:16 +08:00
|
|
|
return (head)UIPackage.CreateObject("ZM_Common_01", "head");
|
2026-04-22 09:52:55 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public override void ConstructFromXML(XML xml)
|
|
|
|
|
{
|
|
|
|
|
base.ConstructFromXML(xml);
|
|
|
|
|
|
|
|
|
|
load_avatar = (GLoader)GetChildAt(1);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|