/// <summary> /// Makes atmosphere graphic invisible /// </summary> public void HideAtmosphere() { RangeGraphicObj.SetActive(false); }
/// <summary> /// Makes atmosphere graphic visible. /// </summary> public void ShowAtmosphere() { RangeGraphicObj.SetActive(true); }