fix:1、更换ui(图鉴相关)
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.LG_Unlock
|
||||
{
|
||||
public partial class com_imgMask : GComponent
|
||||
{
|
||||
public GGraph anim;
|
||||
public const string URL = "ui://876wwqikd3y01h";
|
||||
|
||||
public static com_imgMask CreateInstance()
|
||||
{
|
||||
return (com_imgMask)UIPackage.CreateObject("LG_Unlock", "com_imgMask");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
anim = (GGraph)GetChildAt(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user