| Home | Namespaces | Hierarchy | Alphabetical List | Class list | Files | Namespace Members | Class members | File members |
#include <IParticleRingEmitter.h>
Inheritance diagram for irr::scene::IParticleRingEmitter:

Public Member Functions | |
| virtual const core::vector3df & | getCenter () 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 ¢er)=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. | |
Definition at line 16 of file IParticleRingEmitter.h.
|
|
Get the center of the ring.
|
|
|
Get the radius of the ring.
|
|
|
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. |
|
|
Set the center of the ring.
|
|
|
Set the radius of the ring.
|
|
|
Set the thickness of the ring.
|
| The Irrlicht
Engine Documentation © 2003-2008 by Nikolaus Gebhardt. Generated
on Sun Sep 21 08:57:57 2008 by Doxygen
(1.4.2) |