#include <SWParticles.h>
Public Attributes | |
short | lifeRemaining |
How many frames of animation is left for this particle. | |
float | horizLoc |
Current horizontal position of the particle. | |
float | vertLoc |
Current vertical position of the particle. | |
float | oldHorizLoc |
Horizontal position of particle the previous frame. | |
float | oldVertLoc |
Vertical position of particle the previous frame. | |
float | horizSpeed |
To be used by the user to move the star. | |
float | vertSpeed |
To be used by the user to move the star. | |
Uint32 | color |
The particle's color. | |
Uint32 | oldColor |
The particle's old color for screen updates. |
|
The particle's color.
|
|
Current horizontal position of the particle.
|
|
To be used by the user to move the star.
|
|
How many frames of animation is left for this particle.
|
|
The particle's old color for screen updates.
|
|
Horizontal position of particle the previous frame.
|
|
Vertical position of particle the previous frame.
|
|
Current vertical position of the particle.
|
|
To be used by the user to move the star.
|