MCPcopy Create free account
hub / github.com/esengine/esengine / handleSizeChanged

Method handleSizeChanged

packages/fairygui/src/widgets/GLoader.ts:637–643  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

635 }
636
637 protected handleSizeChanged(): void {
638 super.handleSizeChanged();
639
640 if (!this._updatingLayout) {
641 this.updateLayout();
642 }
643 }
644
645 public getProp(index: number): any {
646 switch (index) {

Callers

nothing calls this directly

Calls 1

updateLayoutMethod · 0.95

Tested by

no test coverage detected