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);