()
| 7098 | } |
| 7099 | _clearModel(e3) { |
| 7100 | var _a; |
| 7101 | this._model.clear(), e3 && ((_a = this._glyphRenderer.value) == null ? void 0 : _a.clear()); |
| 7102 | } |
| 7103 | clearTextureAtlas() { |
| 7104 | var _a; |
| 7105 | (_a = this._charAtlas) == null ? void 0 : _a.clearTexture(), this._clearModel(true), this._requestRedrawViewport(); |
| 7106 | } |
nothing calls this directly
no test coverage detected