#include <CSAnimation.h>
Definition at line 31 of file CSAnimation.h.
Public Member Functions | |
CSAnimationPicture () | |
~CSAnimationPicture () | |
Data Fields | |
char * | filename |
defining picture filename! | |
int | animationRate |
delay for one update of the animation (per picture) | |
signed int | moveX |
delta X to move (after delay) (per picture) | |
signed int | moveY |
delta Y to move (after delay) (per picture) |
|
Definition at line 38 of file CSAnimation.h. References filename.
00039 { 00040 filename = 0; 00041 } |
|
Definition at line 42 of file CSAnimation.h. References filename.
|
|
defining picture filename!
Definition at line 34 of file CSAnimation.h. Referenced by CSAnimationPicture(), and ~CSAnimationPicture(). |
|
delay for one update of the animation (per picture)
Definition at line 35 of file CSAnimation.h. |
|
delta X to move (after delay) (per picture)
Definition at line 36 of file CSAnimation.h. |
|
delta Y to move (after delay) (per picture)
Definition at line 37 of file CSAnimation.h. |