public void OnButtonSelected(BaseButtonController button) { if(lastButton!=null) lastButton.BackgroundColor = Color.white; button.BackgroundColor = SelectionColor; lastButton = button; }
public void OnButtonSelected(BaseButtonController button) { if (lastButton != null) { lastButton.BackgroundColor = Color.white; } button.BackgroundColor = SelectionColor; lastButton = button; }