thor::ParticleSystem Member List

This is the complete list of members for thor::ParticleSystem, including all inherited members.

addAffector(std::function< void(Particle &, sf::Time)> affector)thor::ParticleSystem
addAffector(std::function< void(Particle &, sf::Time)> affector, sf::Time timeUntilRemoval)thor::ParticleSystem
addEmitter(std::function< void(EmissionInterface &, sf::Time)> emitter)thor::ParticleSystem
addEmitter(std::function< void(EmissionInterface &, sf::Time)> emitter, sf::Time timeUntilRemoval)thor::ParticleSystem
addTextureRect(const sf::IntRect &textureRect)thor::ParticleSystem
clearAffectors()thor::ParticleSystem
clearEmitters()thor::ParticleSystem
clearParticles()thor::ParticleSystem
operator=(ParticleSystem &&source)thor::ParticleSystem
ParticleSystem()thor::ParticleSystem
ParticleSystem(ParticleSystem &&source)thor::ParticleSystem
setTexture(const sf::Texture &texture)thor::ParticleSystem
update(sf::Time dt)thor::ParticleSystem
~EmissionInterface()thor::EmissionInterfaceprivatevirtual