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

Method autoSize

packages/fairygui/src/widgets/GLoader.ts:188–190  ·  view source on GitHub ↗

* Get/set auto size mode * 获取/设置自动尺寸模式

()

Source from the content-addressed store, hash-verified

186 * 获取/设置自动尺寸模式
187 */
188 public get autoSize(): boolean {
189 return this._autoSize;
190 }
191
192 public set autoSize(value: boolean) {
193 if (this._autoSize !== value) {

Callers

nothing calls this directly

Calls 1

updateLayoutMethod · 0.95

Tested by

no test coverage detected