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