예제 #1
0
 public void ToggleActive(bool active)
 {
     gameObject.SetActive(active);
     colorPicker.ClearAndDisable();
 }