virtual bool getAffectY() const =0
Get whether or not the particles Y position are affected.
A particle affector which attracts or detracts particles.
virtual bool getAttract() const =0
Get whether or not the particles are attracting or detracting.
virtual void setAffectX(bool affect)=0
Set whether or not this will affect particles in the X direction.
virtual bool getAffectZ() const =0
Get whether or not the particles Z position are affected.
virtual void setAffectZ(bool affect)=0
Set whether or not this will affect particles in the Z direction.
virtual E_PARTICLE_AFFECTOR_TYPE getType() const
Get emitter type.
A particle affector modifies particles.
virtual void affect(u32 now, SParticle *particlearray, u32 count)=0
Affects an array of particles.
virtual void setAffectY(bool affect)=0
Set whether or not this will affect particles in the Y direction.
virtual bool getAffectX() const =0
Get whether or not the particles X position are affected.
virtual void setPoint(const core::vector3df &point)=0
Set the point that particles will attract to.
virtual void setAttract(bool attract)=0
Set whether or not the particles are attracting or detracting.
virtual const core::vector3df & getPoint() const =0
Get the point that particles are attracted to.