()
| 7618 | } |
| 7619 | dispose() { |
| 7620 | for (const e3 of this.pages) e3.canvas.remove(); |
| 7621 | this._onAddTextureAtlasCanvas.dispose(); |
| 7622 | } |
| 7623 | warmUp() { |
| 7624 | this._didWarmUp || (this._doWarmUp(), this._didWarmUp = true); |
| 7625 | } |
no test coverage detected