Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/esengine/esengine
/ url
Method
url
packages/fairygui/src/widgets/GLoader.ts:85–87 ·
view source on GitHub ↗
* Get/set resource URL * 获取/设置资源 URL
()
Source
from the content-addressed store, hash-verified
83
* 获取/设置资源 URL
84
*/
85
public get url(): string {
86
return
this._url;
87
}
88
89
public set url(value: string) {
90
if
(this._url === value)
return
;
Callers
1
start_local_server
Function · 0.80
Calls
2
loadContent
Method · 0.95
updateGear
Method · 0.80
Tested by
no test coverage detected