private void SwitchActive(bool active) { weaponTypeIcon.SetActive(active); weaponImage.SetActive(active); paramTable.SetActive(active); }