dEngine
Simple 2D C++ game engine
|
Animation from a spritesheet. More...
#include <SpriteSheet.h>
Public Member Functions | |
Animation () | |
Animation (SDL_Rect rect, int frames) | |
Public Attributes | |
SDL_Rect | rect |
int | frames |
Animation from a spritesheet.
An animation contains information about a specific animation from a spritesheet such as where the images are, and how many frames are in the animation
|
inline |
|
inline |
int dengine::Animation::frames |
Referenced by Animation().
SDL_Rect dengine::Animation::rect |