Particle Universe
1.2
|
#include <ParticleUniverseOnEmissionObserver.h>
Public Member Functions | |
OnEmissionObserver (void) | |
virtual | ~OnEmissionObserver (void) |
virtual bool | _observe (ParticleTechnique *particleTechnique, Particle *particle, Real timeElapsed) |
![]() | |
ParticleObserver (void) | |
virtual | ~ParticleObserver (void) |
const String & | getObserverType (void) const |
void | setObserverType (const String &observerType) |
virtual bool | isEnabled (void) const |
bool | _getOriginalEnabled (void) const |
virtual void | setEnabled (bool enabled) |
void | _resetEnabled (void) |
ParticleTechnique * | getParentTechnique (void) const |
void | setParentTechnique (ParticleTechnique *parentTechnique) |
const String & | getName (void) const |
void | setName (const String &name) |
const Particle::ParticleType & | getParticleTypeToObserve (void) const |
void | setParticleTypeToObserve (const Particle::ParticleType particleTypeToObserve) |
virtual void | _notifyStart (void) |
virtual void | _notifyStop (void) |
virtual void | _notifyRescaled (const Vector3 &scale) |
virtual void | _preProcessParticles (ParticleTechnique *technique, Real timeElapsed) |
virtual void | _processParticle (ParticleTechnique *particleTechnique, Particle *particle, Real timeElapsed, bool firstParticle) |
virtual void | _firstParticle (ParticleTechnique *particleTechnique, Particle *particle, Real timeElapsed) |
virtual void | _postProcessParticles (ParticleTechnique *technique, Real timeElapsed) |
ParticleEventHandler * | createEventHandler (const String &eventHandlerType) |
void | addEventHandler (ParticleEventHandler *eventHandler) |
void | removeEventHandler (ParticleEventHandler *eventHandler) |
ParticleEventHandler * | getEventHandler (size_t index) const |
ParticleEventHandler * | getEventHandler (const String &eventHandlerName) const |
size_t | getNumEventHandlers (void) const |
void | destroyEventHandler (ParticleEventHandler *eventHandler) |
void | destroyEventHandler (size_t index) |
void | destroyAllEventHandlers (void) |
virtual void | copyAttributesTo (ParticleObserver *observer) |
virtual void | copyParentAttributesTo (ParticleObserver *observer) |
Real | getObserverInterval (void) const |
void | setObserverInterval (Real observerInterval) |
bool | getObserveUntilEvent (void) const |
void | setObserveUntilEvent (bool observeUntilEvent) |
bool | isParticleTypeToObserveSet (void) const |
![]() | |
IAlias (void) | |
virtual | ~IAlias (void) |
const String & | getAliasName (void) const |
void | setAliasName (String aliasName) |
const AliasType | getAliasType (void) const |
void | setAliasType (AliasType aliasType) |
![]() | |
IElement (void) | |
virtual | ~IElement (void) |
This class is used to observe whether a Particle is just emitted.
|
inline |
|
inlinevirtual |
|
virtual |
This function determines whether a condition (the event) is true or false.
Implements ParticleUniverse::ParticleObserver.