private void ToggleReady(bool isReady) { this.isReady = isReady; toggleSwitch.Toggle(isReady, .15f); }