* Removes an anchor * @param {ScaledEntity} entity * @return {void} @memberof SafeScaleManager
(entity)
| 174 | * @return {void} @memberof SafeScaleManager |
| 175 | */ |
| 176 | removeEntity(entity) { |
| 177 | this.entities = this.entities.filter(e => e !== entity); |
| 178 | } |
| 179 | |
| 180 | /** |
| 181 | * Enables the scale manager listener. Will not be enabled if a callback is not supplied. |
no outgoing calls
no test coverage detected