voxelman.graphics.animation.spritesheetanimation

Members

Aliases

SpriteSheetAnimationRef
alias SpriteSheetAnimationRef = SpriteSheetAnimation*
Undocumented in source.

Enums

AnimationStatus
enum AnimationStatus
Undocumented in source.

Functions

loadSpriteSheetAnimation
SpriteSheetAnimationRef loadSpriteSheetAnimation(string filename, TextureAtlas texAtlas)
Undocumented in source. Be warned that the author may not have intended to support it.
parseFrames
AnimationFrame[] parseFrames(JSONValue[] framesArray)
Undocumented in source. Be warned that the author may not have intended to support it.
putFramesIntoAtlas
void putFramesIntoAtlas(Bitmap sourceBitmap, AnimationFrame[] frames, TextureAtlas texAtlas)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

AnimationFrame
struct AnimationFrame
Undocumented in source.
AnimationInstance
struct AnimationInstance
Undocumented in source.
SpriteSheetAnimation
struct SpriteSheetAnimation
Undocumented in source.

Meta

Authors

Andrey Penechko.