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

Method height

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

Source from the content-addressed store, hash-verified

233 }
234
235 public get height(): number {
236 this.ensureSizeCorrect();
237 if (this._relations?.sizeDirty) {
238 this._relations.ensureRelationsSizeCorrect();
239 }
240 return this._height;
241 }
242
243 public set height(value: number) {
244 this.setSize(this._rawWidth, value);

Callers

nothing calls this directly

Calls 3

ensureSizeCorrectMethod · 0.95
setSizeMethod · 0.95

Tested by

no test coverage detected