Ejemplo n.º 1
0
 private void ToggleReady(bool isReady)
 {
     this.isReady = isReady;
     toggleSwitch.Toggle(isReady, .15f);
 }