This commit is contained in:
陈思海 2025-04-17 18:41:23 +08:00
parent 8f86cc528f
commit 6f69e4b268

View File

@ -122,6 +122,7 @@ public class UXButton : UIBehaviour, IButton,
{ {
onValueChanged?.Invoke(IsSelected); onValueChanged?.Invoke(IsSelected);
} }
UpdateVisualState(m_SelectionState,true);
} }