class
#include <nCine/Graphics/ParticleAffectors.h>
ParticleAffector Base class for particle affectors.
Affectors modify particle properties depending on their remaining life
Derived classes
- class ColorAffector
- Particle color affector.
- class PositionAffector
- Particle position affector.
- class RotationAffector
- Particle rotation affector.
- class SizeAffector
- Particle size affector.
- class VelocityAffector
- Particle velocity affector.
Public types
Constructors, destructors, conversion operators
- ParticleAffector(Type type)
- ~ParticleAffector() virtual
- ParticleAffector(const ParticleAffector& other) protected defaulted
- Protected default copy constructor used to clone objects.
Public functions
Protected variables
- Type type_
- Affector type.