Definition: Particle.h:26
float getX() const
Get the horizontal shift.
Definition: Particle.h:45
Uint8 getColor() const
Get the color.
Definition: Particle.h:41
Particle(float xOffset, float yOffset, float density, Uint8 color, Uint8 opacity)
Create a particle.
Definition: Particle.cpp:34
~Particle()
Destroy a particle.
Definition: Particle.cpp:54
float getY() const
Get the vertical shift.
Definition: Particle.h:47
bool animate()
Animate a particle.
Definition: Particle.cpp:62
int getSize() const
Get the size value.
Definition: Particle.h:39
Uint8 getOpacity() const
Get the opacity.
Definition: Particle.h:43