()
| 84 | private _showController: boolean; |
| 85 | |
| 86 | init() { |
| 87 | |
| 88 | super.init(); |
| 89 | |
| 90 | this.group.add(this._containerGroup = new Group() as LegendGroup); |
| 91 | this._containerGroup.add(this.getContentGroup()); |
| 92 | |
| 93 | this.group.add(this._controllerGroup = new Group()); |
| 94 | } |
| 95 | |
| 96 | /** |
| 97 | * @override |
nothing calls this directly
no test coverage detected