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

View File

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

View File

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