OGRE 1.12.10
Object-Oriented Graphics Rendering Engine
Loading...
Searching...
No Matches
Ogre::ParticleIterator Class Reference

#include <OgreParticleIterator.h>

Public Member Functions

bool end (void)
 Returns true when at the end of the particle list.
ParticlegetNext (void)
 Returns a pointer to the next particle, and moves the iterator on by 1 element.

Detailed Description

Deprecated
do not use

Member Function Documentation

◆ end()

bool Ogre::ParticleIterator::end ( void )

Returns true when at the end of the particle list.

Referenced by ParticleSystem.

◆ getNext()

Particle * Ogre::ParticleIterator::getNext ( void )

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: