This commit is contained in:
陈思海 2025-09-05 20:44:40 +08:00
parent 79eaed43c5
commit 4ff06ef547

View File

@ -21,7 +21,7 @@ namespace AlicizaX.UI.Runtime
#endif #endif
#if UNITY_EDITOR && ALICIZAX_UI_EXTENSION_SUPPORT #if UNITY_EDITOR && ALICIZAX_UI_EXTENSION_SUPPORT
[InlineButton("SetHotKeyButtons")] [Button("SetHotKeyButtons")]
private void SetHotKeyButtons() private void SetHotKeyButtons()
{ {
hotButtons = transform.GetComponentsInChildren<UXButton>(true); hotButtons = transform.GetComponentsInChildren<UXButton>(true);