private void ClearSelectionsAndRelatedEffects() { selectedElement = IntVector2.NullVector; selectedElementTransform = null; effectManager.ClearSelectionLine(); effectManager.ClearAllSelectionEffects(); effectManager.ClearHighlights(); }
private void ClearSelectionsAndRelatedEffects() { selectedElementIndices.Clear(); selectedElementTransform = null; effectManager.ClearSelectionLine(); effectManager.ClearAllSelectionEffects(); effectManager.ClearHighlights(); }