示例#1
0
 public void CloseContextButtons(bool deselect)
 {
     MyButtonsOverlay.Overlay.SetActive(false);          // kostyll
     if (deselect && Selection != null)
     {
         Selection.Deanimate();
     }
 }