|  | OGRE-Next 3.0.0
    Object-Oriented Graphics Rendering Engine | 
Convenience class to make it easy to step through all particles in a ParticleSystem. More...
#include <OgreParticleIterator.h>
| Public Member Functions | |
| bool | end () | 
| Returns true when at the end of the particle list. | |
| Particle * | getNext () | 
| Returns a pointer to the next particle, and moves the iterator on by 1 element. | |
Convenience class to make it easy to step through all particles in a ParticleSystem.
| bool Ogre::ParticleIterator::end | ( | ) | 
Returns true when at the end of the particle list.
| Particle * Ogre::ParticleIterator::getNext | ( | ) | 
Returns a pointer to the next particle, and moves the iterator on by 1 element.