#include <OgreParticleIterator.h>
Public Methods | |
bool | end (void) |
Particle * | getNext (void) |
Returns a pointer to the next particle, and moves the iterator on by 1 element. More... | |
Protected Methods | |
ParticleIterator (std::list< Billboard * >::iterator start, std::list< Billboard * >::iterator end) | |
Protected constructor, only available from ParticleSystem::getIterator. More... | |
Protected Attributes | |
std::list< Billboard * >::iterator | mPos |
std::list< Billboard * >::iterator | mStart |
std::list< Billboard * >::iterator | mEnd |
Friends | |
class | ParticleSystem |
|
Protected constructor, only available from ParticleSystem::getIterator.
|
|
|
|
Returns a pointer to the next particle, and moves the iterator on by 1 element.
|
|
|
|
|
|
|
|
|
Copyright © 2002 by The OGRE Team