From 4ff06ef547dd5e0361789aaa0f0b38dcad6e7566 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E6=80=9D=E6=B5=B7?= <1464576565@qq.com> Date: Fri, 5 Sep 2025 20:44:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Runtime/UI/UIBase/UIHolderObjectBase.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Runtime/UI/UIBase/UIHolderObjectBase.cs b/Runtime/UI/UIBase/UIHolderObjectBase.cs index 6de22bc..7c65d82 100644 --- a/Runtime/UI/UIBase/UIHolderObjectBase.cs +++ b/Runtime/UI/UIBase/UIHolderObjectBase.cs @@ -21,7 +21,7 @@ namespace AlicizaX.UI.Runtime #endif #if UNITY_EDITOR && ALICIZAX_UI_EXTENSION_SUPPORT - [InlineButton("SetHotKeyButtons")] + [Button("SetHotKeyButtons")] private void SetHotKeyButtons() { hotButtons = transform.GetComponentsInChildren(true);