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

Method processResource

GDJS/Runtime/ResourceManager.ts:27–27  ·  view source on GitHub ↗

* Process the specified resource. * * This method will only be run while loading screen is shown. It can do * heavy tasks like parsing data.

(resourceName: string)

Source from the content-addressed store, hash-verified

25 * heavy tasks like parsing data.
26 */
27 processResource(resourceName: string): Promise<void>;
28
29 /**
30 * Return the kind of resources handled by this manager.

Callers 1

_processResourceMethod · 0.65

Implementers 10

SpineAtlasManagerExtensions/Spine/managers/pixi-spine-a
SpineManagerExtensions/Spine/managers/pixi-spine-m
InternalInGameEditorOnlySvgManagerGDJS/Runtime/ResourceLoader.ts
JsonManagerGDJS/Runtime/jsonmanager.ts
Model3DManagerGDJS/Runtime/Model3DManager.ts
FontFaceObserverFontManagerGDJS/Runtime/fontfaceobserver-font-man
HowlerSoundManagerGDJS/Runtime/howler-sound-manager/howl
PixiImageManagerGDJS/Runtime/pixi-renderers/pixi-image
PixiBitmapFontManagerGDJS/Runtime/pixi-renderers/pixi-bitma
MockedResourceManagerGDJS/tests/tests/Extensions/MockedReso

Calls

no outgoing calls

Tested by

no test coverage detected