fix
This commit is contained in:
parent
1191ce4316
commit
cff93a01a6
@ -10,6 +10,11 @@ namespace AlicizaX.UI
|
|||||||
[SerializeField] internal InputActionReference _hotKeyRefrence;
|
[SerializeField] internal InputActionReference _hotKeyRefrence;
|
||||||
[SerializeField] internal EHotkeyPressType _hotkeyPressType;
|
[SerializeField] internal EHotkeyPressType _hotkeyPressType;
|
||||||
|
|
||||||
|
public InputActionReference HotKeyRefrence
|
||||||
|
{
|
||||||
|
get { return _hotKeyRefrence; }
|
||||||
|
}
|
||||||
|
|
||||||
internal void HotkeyActionTrigger()
|
internal void HotkeyActionTrigger()
|
||||||
{
|
{
|
||||||
if (Interactable)
|
if (Interactable)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user