| Home | Namespaces | Hierarchy | Alphabetical List | Class list | Files | Namespace Members | Class members | File members | Tutorials |
#include <IParticleAffector.h>

Public Member Functions | |
| virtual void | affect (u32 now, SParticle *particlearray, u32 count)=0 |
| Affects an array of particles. | |
| virtual bool | getEnabled () const |
| Gets whether or not the affector is currently enabled. | |
| virtual E_PARTICLE_AFFECTOR_TYPE | getType () const =0 |
| Get emitter type. | |
| IParticleAffector () | |
| constructor | |
| virtual void | setEnabled (bool enabled) |
| Sets whether or not the affector is currently enabled. | |
Protected Attributes | |
| bool | Enabled |
Definition at line 41 of file IParticleAffector.h.
| irr::scene::IParticleAffector::IParticleAffector | ( | ) | [inline] |
| virtual void irr::scene::IParticleAffector::affect | ( | u32 | now, | |
| SParticle * | particlearray, | |||
| u32 | count | |||
| ) | [pure virtual] |
Affects an array of particles.
| now | Current time. (Same as ITimer::getTime() would return) | |
| particlearray | Array of particles. | |
| count | Amount of particles in array. |
| virtual bool irr::scene::IParticleAffector::getEnabled | ( | ) | const [inline, virtual] |
Gets whether or not the affector is currently enabled.
Definition at line 58 of file IParticleAffector.h.
References Enabled.
| virtual E_PARTICLE_AFFECTOR_TYPE irr::scene::IParticleAffector::getType | ( | ) | const [pure virtual] |
Get emitter type.
Implemented in irr::scene::IParticleAttractionAffector, irr::scene::IParticleFadeOutAffector, irr::scene::IParticleGravityAffector, and irr::scene::IParticleRotationAffector.
| virtual void irr::scene::IParticleAffector::setEnabled | ( | bool | enabled | ) | [inline, virtual] |
Sets whether or not the affector is currently enabled.
Definition at line 55 of file IParticleAffector.h.
References Enabled.
bool irr::scene::IParticleAffector::Enabled [protected] |
| The Irrlicht
Engine Documentation © 2003-2009 by Nikolaus Gebhardt. Generated
on Sun Jan 10 09:24:14 2010 by Doxygen
(1.5.6) |