public void WidthSliderChanged(Slider s) { if (started) { bouncer.SetWidth((int)Mathf.Round(s.value)); } started = true; }