SDLPP::Sprite Class Reference
List of all members.
Classes |
class | Frame |
struct | Sequence |
Public Member Functions |
| Sprite (const Sprite &rhs) |
Sprite & | operator= (const Sprite &rhs) |
int | get_sequences_count () const |
xstring | get_sequence_name (int seq) const |
int | add_animation_sequence (const xstring &name, double base_velocity) |
int | add_animation_frame (int seq, Bitmap bmp, int duration) |
void | clear () |
void | set_flag (const xstring &flag, const xstring &value) |
const xstring & | get_flag (const xstring &flag) const |
int | advance_sequence (int seq, int &last_t, int dt, const dVec2 &velocity) |
Bitmap | get_bitmap (int seq, int frame) |
CollisionModel2D & | get_col_model (int seq, int frame) |
The documentation for this class was generated from the following files:
- E:/prg/sdlpp/include/sdlpp_anim.h
- E:/prg/sdlpp/src/sdlpp_anim.cpp