fix
This commit is contained in:
parent
2f448124ee
commit
a0b860a819
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
@ -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()
|
||||
|
||||
Binary file not shown.
Binary file not shown.
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user