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

Method get

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

* Get cached asset * 获取缓存的资产

(guid: AssetGUID)

Source from the content-addressed store, hash-verified

198 * 获取缓存的资产
199 */
200 get<T = unknown>(guid: AssetGUID): T | null;
201
202 /**
203 * Set cached asset

Callers 15

getOrCreateMetaMethod · 0.65
getMetaByGUIDMethod · 0.65
getPathByGUIDMethod · 0.65
handleAssetRenameMethod · 0.65
handleAssetDeleteMethod · 0.65
invalidateCacheMethod · 0.65
_groupAssetsMethod · 0.65
createSystemsMethod · 0.65
onSystemsCreatedMethod · 0.65
getTilesetDataMethod · 0.65
duplicateLayerMethod · 0.65
getTileMethod · 0.65

Calls

no outgoing calls

Tested by 3

getComponentMethod · 0.52
removeComponentMethod · 0.52
createTestComponentFunction · 0.52