voxelman.graphics.sprite

Members

Aliases

SpriteRef
alias SpriteRef = Sprite*
Undocumented in source.

Functions

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.

Structs

Sprite
struct Sprite
Undocumented in source.
SpriteInstance
struct SpriteInstance
Undocumented in source.

Meta

Authors

Andrey Penechko.