Irrlicht 3D Engine
irr::scene::IParticleSphereEmitter Class Referenceabstract

A particle emitter which emits from a spherical space. More...

#include <IParticleSphereEmitter.h>

+ Inheritance diagram for irr::scene::IParticleSphereEmitter:

Public Member Functions

virtual const core::vector3dfgetCenter () const =0
 Get the center of the sphere for particle emissions. More...
 
virtual f32 getRadius () const =0
 Get the radius of the sphere for particle emissions. More...
 
virtual E_PARTICLE_EMITTER_TYPE getType () const
 Get emitter type. More...
 
virtual void setCenter (const core::vector3df &center)=0
 Set the center of the sphere for particle emissions. More...
 
virtual void setRadius (f32 radius)=0
 Set the radius of the sphere for particle emissions. More...
 
- Public Member Functions inherited from irr::scene::IParticleEmitter
virtual s32 emitt (u32 now, u32 timeSinceLastCall, SParticle *&outArray)=0
 Prepares an array with new particles to emitt into the system. More...
 
virtual const core::vector3dfgetDirection () const =0
 Get direction the emitter emits particles. More...
 
virtual s32 getMaxAngleDegrees () const =0
 Get maximal random derivation from the direction. More...
 
virtual u32 getMaxLifeTime () const =0
 Get the maximum particle life-time in milliseconds. More...
 
virtual u32 getMaxParticlesPerSecond () const =0
 Get the maximum number of particles the emitter emits per second. More...
 
virtual const video::SColorgetMaxStartColor () const =0
 Get the maximum starting color for particles. More...
 
virtual const core::dimension2dfgetMaxStartSize () const =0
 Get the maximum starting size for particles. More...
 
virtual u32 getMinLifeTime () const =0
 Get the minimum particle life-time in milliseconds. More...
 
virtual u32 getMinParticlesPerSecond () const =0
 Get the minimum number of particles the emitter emits per second. More...
 
virtual const video::SColorgetMinStartColor () const =0
 Get the minimum starting color for particles. More...
 
virtual const core::dimension2dfgetMinStartSize () const =0
 Get the minimum starting size for particles. More...
 
virtual void setDirection (const core::vector3df &newDirection)=0
 Set direction the emitter emits particles. More...
 
virtual void setMaxAngleDegrees (s32 maxAngleDegrees)=0
 Set maximal random derivation from the direction. More...
 
virtual void setMaxLifeTime (u32 lifeTimeMax)=0
 Set the maximum particle life-time in milliseconds. More...
 
virtual void setMaxParticlesPerSecond (u32 maxPPS)=0
 Set maximum number of particles the emitter emits per second. More...
 
virtual void setMaxStartColor (const video::SColor &color)=0
 Set maximum starting color for particles. More...
 
virtual void setMaxStartSize (const core::dimension2df &size)=0
 Set the maximum starting size for particles. More...
 
virtual void setMinLifeTime (u32 lifeTimeMin)=0
 Set the minimum particle life-time in milliseconds. More...
 
virtual void setMinParticlesPerSecond (u32 minPPS)=0
 Set minimum number of particles the emitter emits per second. More...
 
virtual void setMinStartColor (const video::SColor &color)=0
 Set minimum starting color for particles. More...
 
virtual void setMinStartSize (const core::dimension2df &size)=0
 Set the minimum starting size for particles. More...
 
- Public Member Functions inherited from irr::io::IAttributeExchangingObject
virtual void deserializeAttributes (io::IAttributes *in, io::SAttributeReadWriteOptions *options=0)
 Reads attributes of the object. More...
 
virtual void serializeAttributes (io::IAttributes *out, io::SAttributeReadWriteOptions *options=0) const
 Writes attributes of the object. More...
 
- Public Member Functions inherited from irr::IReferenceCounted
 IReferenceCounted ()
 Constructor. More...
 
virtual ~IReferenceCounted ()
 Destructor. More...
 
bool drop () const
 Drops the object. Decrements the reference counter by one. More...
 
const c8getDebugName () const
 Returns the debug name of the object. More...
 
s32 getReferenceCount () const
 Get the reference count. More...
 
void grab () const
 Grabs the object. Increments the reference counter by one. More...
 

Additional Inherited Members

- Protected Member Functions inherited from irr::IReferenceCounted
void setDebugName (const c8 *newName)
 Sets the debug name of the object. More...
 

Detailed Description

A particle emitter which emits from a spherical space.

Definition at line 16 of file IParticleSphereEmitter.h.

Member Function Documentation

§ getCenter()

virtual const core::vector3df& irr::scene::IParticleSphereEmitter::getCenter ( ) const
pure virtual

Get the center of the sphere for particle emissions.

§ getRadius()

virtual f32 irr::scene::IParticleSphereEmitter::getRadius ( ) const
pure virtual

Get the radius of the sphere for particle emissions.

§ getType()

virtual E_PARTICLE_EMITTER_TYPE irr::scene::IParticleSphereEmitter::getType ( ) const
inlinevirtual

Get emitter type.

Reimplemented from irr::scene::IParticleEmitter.

Definition at line 33 of file IParticleSphereEmitter.h.

References irr::scene::EPET_SPHERE.

§ setCenter()

virtual void irr::scene::IParticleSphereEmitter::setCenter ( const core::vector3df center)
pure virtual

Set the center of the sphere for particle emissions.

§ setRadius()

virtual void irr::scene::IParticleSphereEmitter::setRadius ( f32  radius)
pure virtual

Set the radius of the sphere for particle emissions.


The documentation for this class was generated from the following file: