MCPcopy
hub / github.com/4ian/GDevelop / get

Function get

newIDE/app/src/ObjectsRendering/PixiResourcesLoader.js:71–73  ·  view source on GitHub ↗
(resourceName: string)

Source from the content-addressed store, hash-verified

69 entriesByResourceName = {};
70 },
71 get(resourceName: string): LoadedTexture | void {
72 return entriesByResourceName[resourceName];
73 },
74 getPixiTexture(resourceName: string): any {
75 const entry = entriesByResourceName[resourceName];
76 return entry ? entry.pixiTexture : undefined;

Callers 2

_renderInspectorListMethod · 0.50
DebuggerContent.jsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected