()
| 2279 | } |
| 2280 | |
| 2281 | hideSelectionGlow() { |
| 2282 | if (!this.selectionGlowSprite) return; |
| 2283 | this.selectionGlowSprite.visible = false; |
| 2284 | } |
| 2285 | |
| 2286 | updateSelectionVisuals() { |
| 2287 | if (!this.selectedNeuron) return; |
no outgoing calls
no test coverage detected