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