This commit is contained in:
陈思海 2025-07-29 14:22:35 +08:00
parent 555a0cbd4f
commit 0499cf9f4d
17 changed files with 1 additions and 0 deletions

View File

@ -116,6 +116,7 @@ public class UXButton : UIBehaviour, IButton,
protected override void Awake()
{
base.Awake();
_boardEvent = true;
_waitTimeFadeDuration = new WaitForSeconds(
Mathf.Max(0.01f, m_TransitionData.colors.fadeDuration));