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

Method handleSizeChanged

packages/fairygui/src/core/GObject.ts:912–916  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

910 }
911
912 protected handleSizeChanged(): void {
913 if (this._displayObject) {
914 this._displayObject.setSize(this._width, this._height);
915 }
916 }
917
918 protected handleScaleChanged(): void {
919 if (this._displayObject) {

Callers 1

setSizeMethod · 0.95

Calls 1

setSizeMethod · 0.45

Tested by

no test coverage detected