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

Method useResize

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

* Get/set use resize mode * 获取/设置使用 resize 模式

()

Source from the content-addressed store, hash-verified

171 * 获取/设置使用 resize 模式
172 */
173 public get useResize(): boolean {
174 return this._useResize;
175 }
176
177 public set useResize(value: boolean) {
178 if (this._useResize !== value) {

Callers

nothing calls this directly

Calls 1

updateLayoutMethod · 0.95

Tested by

no test coverage detected