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

Method shrinkOnly

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

* Get/set shrink only mode * 获取/设置仅缩小模式

()

Source from the content-addressed store, hash-verified

156 * 获取/设置仅缩小模式
157 */
158 public get shrinkOnly(): boolean {
159 return this._shrinkOnly;
160 }
161
162 public set shrinkOnly(value: boolean) {
163 if (this._shrinkOnly !== value) {

Callers

nothing calls this directly

Calls 1

updateLayoutMethod · 0.95

Tested by

no test coverage detected