From cff93a01a61bc688124734d32385035aee77b193 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E6=80=9D=E6=B5=B7?= <1464576565@qq.com> Date: Tue, 16 Dec 2025 15:36:13 +0800 Subject: [PATCH] fix --- Runtime/UXComponent/Hotkey/UXHotkeyButton.cs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Runtime/UXComponent/Hotkey/UXHotkeyButton.cs b/Runtime/UXComponent/Hotkey/UXHotkeyButton.cs index c905e4f..2deaed2 100644 --- a/Runtime/UXComponent/Hotkey/UXHotkeyButton.cs +++ b/Runtime/UXComponent/Hotkey/UXHotkeyButton.cs @@ -10,6 +10,11 @@ namespace AlicizaX.UI [SerializeField] internal InputActionReference _hotKeyRefrence; [SerializeField] internal EHotkeyPressType _hotkeyPressType; + public InputActionReference HotKeyRefrence + { + get { return _hotKeyRefrence; } + } + internal void HotkeyActionTrigger() { if (Interactable)