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)