Home | Namespaces | Hierarchy | Alphabetical List | Class list | Files | Namespace Members | Class members | File members | Tutorials
Public Member Functions
irr::scene::IParticleRingEmitter Class Reference

A particle emitter which emits particles along a ring shaped area. More...

#include <IParticleRingEmitter.h>

Inheritance diagram for irr::scene::IParticleRingEmitter:
irr::scene::IParticleEmitter irr::io::IAttributeExchangingObject irr::IReferenceCounted

List of all members.

Public Member Functions

virtual const core::vector3dfgetCenter () const =0
 Get the center of the ring.
virtual f32 getRadius () const =0
 Get the radius of the ring.
virtual f32 getRingThickness () const =0
 Get the thickness of the ring.
virtual E_PARTICLE_EMITTER_TYPE getType () const
 Get emitter type.
virtual void setCenter (const core::vector3df &center)=0
 Set the center of the ring.
virtual void setRadius (f32 radius)=0
 Set the radius of the ring.
virtual void setRingThickness (f32 ringThickness)=0
 Set the thickness of the ring.

Detailed Description

A particle emitter which emits particles along a ring shaped area.

Definition at line 16 of file IParticleRingEmitter.h.


Member Function Documentation

virtual const core::vector3df& irr::scene::IParticleRingEmitter::getCenter ( ) const [pure virtual]

Get the center of the ring.

virtual f32 irr::scene::IParticleRingEmitter::getRadius ( ) const [pure virtual]

Get the radius of the ring.

virtual f32 irr::scene::IParticleRingEmitter::getRingThickness ( ) const [pure virtual]

Get the thickness of the ring.

Get emitter type.

Reimplemented from irr::scene::IParticleEmitter.

Definition at line 39 of file IParticleRingEmitter.h.

References irr::scene::EPET_RING.

virtual void irr::scene::IParticleRingEmitter::setCenter ( const core::vector3df center) [pure virtual]

Set the center of the ring.

virtual void irr::scene::IParticleRingEmitter::setRadius ( f32  radius) [pure virtual]

Set the radius of the ring.

virtual void irr::scene::IParticleRingEmitter::setRingThickness ( f32  ringThickness) [pure virtual]

Set the thickness of the ring.


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

The Irrlicht Engine
The Irrlicht Engine Documentation © 2003-2010 by Nikolaus Gebhardt. Generated on Thu May 31 2012 10:58:03 by Doxygen (1.7.6.1)