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