unsigned int textureIndex
Index of the used texture rect, returned by ParticleSystem::addTextureRect()
Definition: Particle.hpp:68
sf::Color color
Particle color.
Definition: Particle.hpp:67
sf::Vector2f position
Current position.
Definition: Particle.hpp:62
float rotation
Current rotation angle.
Definition: Particle.hpp:64
sf::Vector2f scale
Scale, where (1,1) represents the original size.
Definition: Particle.hpp:66
sf::Vector2f velocity
Velocity (change in position per second).
Definition: Particle.hpp:63
Class for particle systems.
Definition: ParticleSystem.hpp:75
Particle class
Definition: Particle.hpp:49
float rotationSpeed
Angular velocity (change in rotation per second).
Definition: Particle.hpp:65