Compare commits
2 Commits
79eaed43c5
...
85c7cb0b68
Author | SHA1 | Date | |
---|---|---|---|
85c7cb0b68 | |||
4ff06ef547 |
@ -21,7 +21,6 @@ namespace AlicizaX.UI.Runtime
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if UNITY_EDITOR && ALICIZAX_UI_EXTENSION_SUPPORT
|
#if UNITY_EDITOR && ALICIZAX_UI_EXTENSION_SUPPORT
|
||||||
[InlineButton("SetHotKeyButtons")]
|
|
||||||
private void SetHotKeyButtons()
|
private void SetHotKeyButtons()
|
||||||
{
|
{
|
||||||
hotButtons = transform.GetComponentsInChildren<UXButton>(true);
|
hotButtons = transform.GetComponentsInChildren<UXButton>(true);
|
||||||
@ -29,7 +28,14 @@ namespace AlicizaX.UI.Runtime
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if ALICIZAX_UI_EXTENSION_SUPPORT
|
#if ALICIZAX_UI_EXTENSION_SUPPORT
|
||||||
[SerializeField] [HideLabel] [ReadOnly]
|
|
||||||
|
|
||||||
|
#if UNITY_EDITOR
|
||||||
|
[InlineButton("SetHotKeyButtons")]
|
||||||
|
#endif
|
||||||
|
|
||||||
|
[SerializeField]
|
||||||
|
[HideLabel]
|
||||||
internal UXButton[] hotButtons;
|
internal UXButton[] hotButtons;
|
||||||
|
|
||||||
internal void BindHotKeys()
|
internal void BindHotKeys()
|
||||||
|
Loading…
Reference in New Issue
Block a user