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

Method has

packages/asset-system/src/interfaces/IAssetManager.ts:212–212  ·  view source on GitHub ↗

* Check if asset is cached * 检查资产是否已缓存

(guid: AssetGUID)

Source from the content-addressed store, hash-verified

210 * 检查资产是否已缓存
211 */
212 has(guid: AssetGUID): boolean;
213
214 /**
215 * Remove from cache

Callers 15

hasAnimationMethod · 0.65
updateFunction · 0.65
toggleExpandFunction · 0.65
ModulesPropertiesFunction · 0.65
hasExtensionMethod · 0.65
resolveMethod · 0.65
tryResolveMethod · 0.65
isRegisteredMethod · 0.65
removeListenerMethod · 0.65
processMethod · 0.65
requestCharactersMethod · 0.65

Calls

no outgoing calls

Tested by 3

addComponentMethod · 0.52
hasComponentMethod · 0.52
createTestComponentFunction · 0.52