#include <animationparticle.h>

Definition at line 33 of file animationparticle.h.
Public Member Functions | |
| AnimationParticle (Map *map, Animation *animation) | |
| AnimationParticle (Map *map, xmlNodePtr animationNode) | |
| ~AnimationParticle () | |
| virtual bool | update () |
| Updates particle position, returns false when the particle should be deleted. | |
Private Attributes | |
| SimpleAnimation * | mAnimation |
| Used animation for this particle. | |
Definition at line 26 of file animationparticle.cpp.
| AnimationParticle::AnimationParticle | ( | Map * | map, | |
| xmlNodePtr | animationNode | |||
| ) |
Definition at line 32 of file animationparticle.cpp.
| AnimationParticle::~AnimationParticle | ( | ) |
Definition at line 38 of file animationparticle.cpp.
| bool AnimationParticle::update | ( | ) | [virtual] |
Updates particle position, returns false when the particle should be deleted.
Reimplemented from Particle.
Definition at line 44 of file animationparticle.cpp.
SimpleAnimation* AnimationParticle::mAnimation [private] |
1.5.5