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

Method fill

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

* Get/set fill type * 获取/设置填充类型

()

Source from the content-addressed store, hash-verified

141 * 获取/设置填充类型
142 */
143 public get fill(): ELoaderFillType {
144 return this._fill;
145 }
146
147 public set fill(value: ELoaderFillType) {
148 if (this._fill !== value) {

Callers 15

initializeEmptyMethod · 0.80
addLayerMethod · 0.80
setCollisionMethod · 0.80
resizeMethod · 0.80
_generateMergedRectsMethod · 0.80
CurveEditorFunction · 0.80
updateFunction · 0.80
constructorMethod · 0.80
renderEllipseMethod · 0.80
renderPolygonMethod · 0.80
renderRegularPolygonMethod · 0.80

Calls 1

updateLayoutMethod · 0.95

Tested by

no test coverage detected