ResourceManager

Undocumented in source.

Constructors

this
this(string resourcePath)
Undocumented in source.

Members

Functions

findOrAddWhitePixel
void findOrAddWhitePixel()
Undocumented in source. Be warned that the author may not have intended to support it.
loadAnimation
SpriteSheetAnimationRef loadAnimation(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
loadIndexedSpriteSheet
SpriteRef[] loadIndexedSpriteSheet(string name, ivec2 spriteSize)
Undocumented in source. Be warned that the author may not have intended to support it.
loadIndexedSpriteSheet
SpriteRef[] loadIndexedSpriteSheet(string name, TextureAtlas texAtlas, ivec2 spriteSize)
Undocumented in source. Be warned that the author may not have intended to support it.
loadNamedSpriteSheet
SpriteRef[string] loadNamedSpriteSheet(string name, ivec2 spriteSize)
Undocumented in source. Be warned that the author may not have intended to support it.
loadNamedSpriteSheet
SpriteRef[string] loadNamedSpriteSheet(string name, TextureAtlas texAtlas, ivec2 spriteSize)
Undocumented in source. Be warned that the author may not have intended to support it.
loadSprite
SpriteRef loadSprite(string name)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

fontManager
FontManager fontManager;
Undocumented in source.
resourcePath
string resourcePath;
Undocumented in source.
texAtlas
TextureAtlas texAtlas;
Undocumented in source.
whitePixelPos
ivec2 whitePixelPos;
Undocumented in source.

Meta