OGRE-Next 4.0.0unstable
Object-Oriented Graphics Rendering Engine
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Ogre::ParticleIterator Class Reference

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.
 
ParticlegetNext ()
 Returns a pointer to the next particle, and moves the iterator on by 1 element.
 

Detailed Description

Convenience class to make it easy to step through all particles in a ParticleSystem.

Member Function Documentation

◆ end()

bool Ogre::ParticleIterator::end ( )

Returns true when at the end of the particle list.

◆ getNext()

Particle * Ogre::ParticleIterator::getNext ( )

Returns a pointer to the next particle, and moves the iterator on by 1 element.


The documentation for this class was generated from the following file: