Files
RedHotRoast-ios/Assets/RedHotRoast/FGUI/package/ZM_Common_01/head.cs
T

25 lines
607 B
C#
Raw Normal View History

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;
namespace FGUI.ZM_Common_01
2026-04-22 09:52:55 +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";
public static head CreateInstance()
2026-04-22 09:52:55 +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);
}
}
}