public void Select() { if (isSelected) { return; } isSelected = true; animator.Play("SlideIn"); sliderManager.OnSelect(); }