(show: boolean)
| 2122 | } |
| 2123 | |
| 2124 | setShowAllLabels(show: boolean): void { |
| 2125 | this.showAllLabels = show; |
| 2126 | if (!this.app || !this.labelContainer) return; |
| 2127 | // applyCounterScale runs the cull inline; no need to call it |
| 2128 | // separately. |
| 2129 | this.applyCounterScale(); |
| 2130 | } |
| 2131 | |
| 2132 | // ─── Quadtree ───────────────────────────────────────────────────── |
| 2133 |
no test coverage detected