![]() |
OGRE 1.12.10
Object-Oriented Graphics Rendering Engine
|
#include <OgreParticleIterator.h>
Public Member Functions | |
| bool | end (void) |
| Returns true when at the end of the particle list. | |
| Particle * | getNext (void) |
| Returns a pointer to the next particle, and moves the iterator on by 1 element. | |
| bool Ogre::ParticleIterator::end | ( | void | ) |
Returns true when at the end of the particle list.
Referenced by ParticleSystem.
| Particle * Ogre::ParticleIterator::getNext | ( | void | ) |
Returns a pointer to the next particle, and moves the iterator on by 1 element.