Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
initializeEmpty
Method · 0.80
addLayer
Method · 0.80
setCollision
Method · 0.80
resize
Method · 0.80
_generateMergedRects
Method · 0.80
CurveEditor
Function · 0.80
update
Function · 0.80
constructor
Method · 0.80
renderEllipse
Method · 0.80
renderPolygon
Method · 0.80
renderRegularPolygon
Method · 0.80
getFileCreationTemplates
Method · 0.80
Calls
1
updateLayout
Method · 0.95
Tested by
no test coverage detected