#include <ZE_ZBaseParticleSystem.h>
Inherited by ZE::ZSimpleParticle.
Public Member Functions | |
virtual | ~ZBaseParticle () |
Virtual destructor. | |
Public Attributes | |
float | xPos |
X Position of particle. | |
float | yPos |
Y Position of particle. | |
float | energy |
Energy of particle (particles die if energy is 0). |
|
Empty virtual destructor to make inheritance safe. |