- loadIndexedSpriteSheet
SpriteRef[] loadIndexedSpriteSheet(string filename, TextureAtlas texAtlas, ivec2 spriteSize)
Undocumented in source. Be warned that the author may not have intended to support it.
- loadNamedSpriteSheet
SpriteRef[string] loadNamedSpriteSheet(string filename, TextureAtlas texAtlas, ivec2 spriteSize)
Undocumented in source. Be warned that the author may not have intended to support it.
- loadSprite
SpriteRef loadSprite(string filename, TextureAtlas texAtlas)
Undocumented in source. Be warned that the author may not have intended to support it.
- putSpriteIntoAtlas
irect putSpriteIntoAtlas(Bitmap sourceBitmap, irect spriteRect, TextureAtlas texAtlas)
Undocumented in source. Be warned that the author may not have intended to support it.