()
| 2106 | } |
| 2107 | |
| 2108 | static hideScreens (): void { |
| 2109 | return _hideScreens(this.asEngine()); |
| 2110 | } |
| 2111 | |
| 2112 | static resize (_element: unknown, proportionWidth: number, proportionHeight: number): void { |
| 2113 | return _resize(this.asEngine(), _element, proportionWidth, proportionHeight); |
no test coverage detected