예제 #1
0
 private void ClearSelectionsAndRelatedEffects()
 {
     selectedElement          = IntVector2.NullVector;
     selectedElementTransform = null;
     effectManager.ClearSelectionLine();
     effectManager.ClearAllSelectionEffects();
     effectManager.ClearHighlights();
 }
예제 #2
0
 private void ClearSelectionsAndRelatedEffects()
 {
     selectedElementIndices.Clear();
     selectedElementTransform = null;
     effectManager.ClearSelectionLine();
     effectManager.ClearAllSelectionEffects();
     effectManager.ClearHighlights();
 }