This commit is contained in:
陈思海 2025-11-12 17:48:24 +08:00
parent 2f448124ee
commit a0b860a819
5 changed files with 3 additions and 12 deletions

View File

@ -1,8 +1,7 @@
using UnityEngine;
using System.Collections.Generic;
using UnityEngine.UI;
using TMPro;
using System.Collections.Generic;
using Sirenix.OdinInspector;
using AlicizaX.UI.Runtime;
namespace Game.UI
{
@ -32,7 +31,6 @@ namespace Game.UI
private CanvasGroup[] mCanvasGroupTestList = new CanvasGroup[5];
public CanvasGroup[] CanvasGroupTestList => mCanvasGroupTestList;
#endregion
}
}

View File

@ -9,8 +9,8 @@ public class UILoadUpdate : UITabWindow<ui_UILoadUpdateWindow>
{
protected override void OnInitialize()
{
baseui.ImgBackGround.color = Color.gray;
baseui.BtnTest.onClick.AddListener(OnTestClick);
// baseui.ImgBackGround.color = Color.gray;
// baseui.BtnTest.onClick.AddListener(OnTestClick);
}
private void OnTestClick()

View File

@ -19,13 +19,6 @@ MonoBehaviour:
GeneratePrefix: ui
ExcludeKeywords:
- ViewHolder
CombineWords:
- Key: Window
Value: Window
- Key: ViewHolder
Value: ViewHolder
- Key: Widget
Value: Widget
UIElementRegexConfigs:
- uiElementRegex: Rect
componentType: RectTransform