Ejemplo n.º 1
0
 private void SetPercentage(float newPercentage)
 {
     progressBar.setPercentage(Mathf.Max(newPercentage, 0.0f));
 }