Compare commits

..

No commits in common. "85c7cb0b6841bf9a724090143c16922063bb3bd2" and "79eaed43c54bd03b45a0614b7791b1b0cb2c148d" have entirely different histories.

View File

@ -21,6 +21,7 @@ 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);
@ -28,14 +29,7 @@ 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()