virtual const video::SColor & getTargetColor() const =0
Gets the targetColor, i.e. the color the particles will interpolate to over time. ...
virtual void setTargetColor(const video::SColor &targetColor)=0
Sets the targetColor, i.e. the color the particles will interpolate to over time. ...
A particle affector modifies particles.
A particle affector which fades out the particles.
virtual void setFadeOutTime(u32 fadeOutTime)=0
Sets the time in milliseconds it takes for each particle to fade out (minimal 1 ms) ...
virtual E_PARTICLE_AFFECTOR_TYPE getType() const
Get emitter type.
virtual u32 getFadeOutTime() const =0
Gets the time in milliseconds it takes for each particle to fade out.