The resources data of the game.
The resources loader of the game.
Return a PIXI texture which can be used as a placeholder when no suitable texture can be found.
Return the PIXI texture associated to the specified resource name. Returns a placeholder texture if not found.
The name of the resource
The requested texture, or a placeholder if not found.
Return the PIXI video texture associated to the specified resource name. Returns a placeholder texture if not found.
The name of the resource to get.
Return the three.js material associated to the specified resource name.
The name of the resource
The requested material.
Return the three.js texture associated to the specified resource name. Returns a placeholder texture if not found.
The name of the resource
The requested texture, or a placeholder if not found.
Load the specified resources, so that textures are loaded and can then be
used by calling getPIXITexture
.
Callback called each time a new file is loaded.
Callback called when loading is done.
Update the resources data of the game. Useful for hot-reloading, should not be used otherwise.
The resources data of the game.
Generated using TypeDoc
PixiImageManager loads and stores textures that can be used by the Pixi.js renderers.