|
arsa
2.7
|
A particle emitter which emits from a cylindrically shaped space. More...
#include <IParticleCylinderEmitter.h>
Public Member Functions | |
| virtual void | setCenter (const core::vector3df ¢er)=0 |
| Set the center of the radius for the cylinder, at one end of the cylinder. More... | |
| virtual void | setNormal (const core::vector3df &normal)=0 |
| Set the normal of the cylinder. More... | |
| virtual void | setRadius (f32 radius)=0 |
| Set the radius of the cylinder. More... | |
| virtual void | setLength (f32 length)=0 |
| Set the length of the cylinder. More... | |
| virtual void | setOutlineOnly (bool outlineOnly=true)=0 |
| Set whether or not to draw points inside the cylinder. More... | |
| virtual const core::vector3df & | getCenter () const =0 |
| Get the center of the cylinder. More... | |
| virtual const core::vector3df & | getNormal () const =0 |
| Get the normal of the cylinder. More... | |
| virtual f32 | getRadius () const =0 |
| Get the radius of the cylinder. More... | |
| virtual f32 | getLength () const =0 |
| Get the center of the cylinder. More... | |
| virtual bool | getOutlineOnly () const =0 |
| Get whether or not to draw points inside the cylinder. More... | |
| virtual E_PARTICLE_EMITTER_TYPE | getType () const _IRR_OVERRIDE_ |
| Get emitter type. 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 emit into the system. More... | |
| virtual void | setDirection (const core::vector3df &newDirection)=0 |
| Set direction the emitter emits particles. More... | |
| virtual void | setMinParticlesPerSecond (u32 minPPS)=0 |
| Set minimum number of particles the emitter emits per second. More... | |
| virtual void | setMaxParticlesPerSecond (u32 maxPPS)=0 |
| Set maximum 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 | 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 | setMinStartSize (const core::dimension2df &size)=0 |
| Set the minimum starting size for particles. More... | |
| virtual void | setMinLifeTime (u32 lifeTimeMin)=0 |
| Set the minimum particle life-time in milliseconds. More... | |
| virtual void | setMaxLifeTime (u32 lifeTimeMax)=0 |
| Set the maximum particle life-time in milliseconds. More... | |
| virtual void | setMaxAngleDegrees (s32 maxAngleDegrees)=0 |
| Set maximal random derivation from the direction. More... | |
| virtual const core::vector3df & | getDirection () const =0 |
| Get direction the emitter emits particles. More... | |
| virtual u32 | getMinParticlesPerSecond () const =0 |
| Get the minimum number of particles the emitter emits per second. More... | |
| virtual u32 | getMaxParticlesPerSecond () const =0 |
| Get the maximum number of particles the emitter emits per second. More... | |
| virtual const video::SColor & | getMinStartColor () const =0 |
| Get the minimum starting color for particles. More... | |
| virtual const video::SColor & | getMaxStartColor () const =0 |
| Get the maximum starting color for particles. More... | |
| virtual const core::dimension2df & | getMaxStartSize () const =0 |
| Get the maximum starting size for particles. More... | |
| virtual const core::dimension2df & | getMinStartSize () const =0 |
| Get the minimum starting size for particles. More... | |
| virtual u32 | getMinLifeTime () const =0 |
| Get the minimum particle life-time in milliseconds. More... | |
| virtual u32 | getMaxLifeTime () const =0 |
| Get the maximum particle life-time in milliseconds. More... | |
| virtual s32 | getMaxAngleDegrees () const =0 |
| Get maximal random derivation from the direction. More... | |
Public Member Functions inherited from irr::io::IAttributeExchangingObject | |
| virtual void | serializeAttributes (io::IAttributes *out, io::SAttributeReadWriteOptions *options=0) const |
| Writes attributes of the object. More... | |
| virtual void | deserializeAttributes (io::IAttributes *in, io::SAttributeReadWriteOptions *options=0) |
| Reads attributes of the object. More... | |
Public Member Functions inherited from irr::IReferenceCounted | |
| IReferenceCounted () | |
| Constructor. More... | |
| virtual | ~IReferenceCounted () |
| Destructor. More... | |
| void | grab () const |
| Grabs the object. Increments the reference counter by one. More... | |
| bool | drop () const |
| Drops the object. Decrements the reference counter by one. More... | |
| s32 | getReferenceCount () const |
| Get the reference count. More... | |
| const c8 * | getDebugName () const |
| Returns the debug name of the object. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from irr::IReferenceCounted | |
| void | setDebugName (const c8 *newName) |
| Sets the debug name of the object. More... | |
A particle emitter which emits from a cylindrically shaped space.
Definition at line 16 of file IParticleCylinderEmitter.h.
|
pure virtual |
Get the center of the cylinder.
|
pure virtual |
Get the center of the cylinder.
|
pure virtual |
Get the normal of the cylinder.
|
pure virtual |
Get whether or not to draw points inside the cylinder.
|
pure virtual |
Get the radius of the cylinder.
|
inlinevirtual |
Get emitter type.
Reimplemented from irr::scene::IParticleEmitter.
Definition at line 51 of file IParticleCylinderEmitter.h.
|
pure virtual |
Set the center of the radius for the cylinder, at one end of the cylinder.
Set the length of the cylinder.
|
pure virtual |
Set the normal of the cylinder.
|
pure virtual |
Set whether or not to draw points inside the cylinder.
Set the radius of the cylinder.
1.8.15