|
OpenEnroth 0259030
|
#include <ParticleEngine.h>
Public Attributes | |
| ParticleFlags | type { ParticleType_Invalid } |
| float | x {} |
| float | y {} |
| float | z {} |
| float | shiftX {} |
| float | shiftY {} |
| float | shiftZ {} |
| Color | uDiffuse {} |
| Duration | timeToLive {} |
| GraphicsImage * | texture { nullptr } |
| int | paletteID { 0 } |
| float | particle_size {} |
| int Particle_sw::paletteID { 0 } |
| float Particle_sw::particle_size {} |
| float Particle_sw::shiftX {} |
| float Particle_sw::shiftY {} |
| float Particle_sw::shiftZ {} |
| GraphicsImage* Particle_sw::texture { nullptr } |
| Duration Particle_sw::timeToLive {} |
| ParticleFlags Particle_sw::type { ParticleType_Invalid } |
| Color Particle_sw::uDiffuse {} |
| float Particle_sw::x {} |
| float Particle_sw::y {} |
| float Particle_sw::z {} |