Пример #1
0
 private void ClearPanel()
 {
     TitleText.text   = string.Empty;
     MarkerText.text  = string.Empty;
     MapImage.texture = null;
     SceneUtils.DestroyAllChildren(OverlayContainer);
 }