2025-07-11 21:00:00 +08:00
|
|
|
using UnityEngine;
|
2025-04-28 19:45:45 +08:00
|
|
|
using UnityEngine.UI;
|
2025-07-11 21:00:00 +08:00
|
|
|
using Sirenix.OdinInspector;
|
2025-04-28 19:45:45 +08:00
|
|
|
using AlicizaX.UI.Runtime;
|
|
|
|
|
namespace GameLogic.UI
|
|
|
|
|
{
|
|
|
|
|
[UIRes(ui_UILoadUpdateWindow.ResTag, EUIResLoadType.AssetBundle)]
|
|
|
|
|
public class ui_UILoadUpdateWindow : UIHolderObjectBase
|
|
|
|
|
{
|
|
|
|
|
public const string ResTag = "UILoadUpdateWindow";
|
|
|
|
|
#region Generated by Script Tool
|
|
|
|
|
|
|
|
|
|
[SerializeField]
|
|
|
|
|
[ReadOnly]
|
|
|
|
|
[HideLabel]
|
|
|
|
|
private Image mImgBackGround;
|
|
|
|
|
public Image ImgBackGround => mImgBackGround;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
}
|
|
|
|
|
}
|