MCPcopy
hub / github.com/opentrace/opentrace / resize

Method resize

ui/src/components/pixi/PixiRenderer.ts:520–524  ·  view source on GitHub ↗
(width: number, height: number)

Source from the content-addressed store, hash-verified

518 }
519
520 resize(width: number, height: number): void {
521 this.width = width;
522 this.height = height;
523 this.app?.renderer.resize(width, height);
524 }
525
526 destroy(): void {
527 this.destroyed = true;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected