()
| 8692 | } |
| 8693 | get textureAtlas() { |
| 8694 | var _a; |
| 8695 | return (_a = this._renderer) == null ? void 0 : _a.textureAtlas; |
| 8696 | } |
| 8697 | clearTextureAtlas() { |
| 8698 | var _a; |
| 8699 | (_a = this._renderer) == null ? void 0 : _a.clearTextureAtlas(); |
| 8700 | } |
nothing calls this directly
no test coverage detected