Compare commits
No commits in common. "85c7cb0b6841bf9a724090143c16922063bb3bd2" and "79eaed43c54bd03b45a0614b7791b1b0cb2c148d" have entirely different histories.
85c7cb0b68
...
79eaed43c5
@ -21,6 +21,7 @@ namespace AlicizaX.UI.Runtime
|
||||
#endif
|
||||
|
||||
#if UNITY_EDITOR && ALICIZAX_UI_EXTENSION_SUPPORT
|
||||
[InlineButton("SetHotKeyButtons")]
|
||||
private void SetHotKeyButtons()
|
||||
{
|
||||
hotButtons = transform.GetComponentsInChildren<UXButton>(true);
|
||||
@ -28,14 +29,7 @@ namespace AlicizaX.UI.Runtime
|
||||
#endif
|
||||
|
||||
#if ALICIZAX_UI_EXTENSION_SUPPORT
|
||||
|
||||
|
||||
#if UNITY_EDITOR
|
||||
[InlineButton("SetHotKeyButtons")]
|
||||
#endif
|
||||
|
||||
[SerializeField]
|
||||
[HideLabel]
|
||||
[SerializeField] [HideLabel] [ReadOnly]
|
||||
internal UXButton[] hotButtons;
|
||||
|
||||
internal void BindHotKeys()
|
||||
|
Loading…
Reference in New Issue
Block a user