|
arsa
2.7
|
A particle affector which fades out the particles. More...
#include <IParticleFadeOutAffector.h>
Public Member Functions | |
| virtual void | setTargetColor (const video::SColor &targetColor)=0 |
| Sets the targetColor, i.e. the color the particles will interpolate to over time. More... | |
| virtual void | setFadeOutTime (u32 fadeOutTime)=0 |
| Sets the time in milliseconds it takes for each particle to fade out (minimal 1 ms) More... | |
| virtual const video::SColor & | getTargetColor () const =0 |
| Gets the targetColor, i.e. the color the particles will interpolate to over time. More... | |
| virtual u32 | getFadeOutTime () const =0 |
| Gets the time in milliseconds it takes for each particle to fade out. More... | |
| virtual E_PARTICLE_AFFECTOR_TYPE | getType () const _IRR_OVERRIDE_ |
| Get emitter type. More... | |
Public Member Functions inherited from irr::scene::IParticleAffector | |
| IParticleAffector () | |
| constructor More... | |
| virtual void | affect (u32 now, SParticle *particlearray, u32 count)=0 |
| Affects an array of particles. More... | |
| virtual void | setEnabled (bool enabled) |
| Sets whether or not the affector is currently enabled. More... | |
| virtual bool | getEnabled () const |
| Gets whether or not the affector is currently enabled. 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... | |
Protected Attributes inherited from irr::scene::IParticleAffector | |
| bool | Enabled |
A particle affector which fades out the particles.
Definition at line 16 of file IParticleFadeOutAffector.h.
|
pure virtual |
Gets the time in milliseconds it takes for each particle to fade out.
|
pure virtual |
Gets the targetColor, i.e. the color the particles will interpolate to over time.
|
inlinevirtual |
Get emitter type.
Implements irr::scene::IParticleAffector.
Definition at line 33 of file IParticleFadeOutAffector.h.
Sets the time in milliseconds it takes for each particle to fade out (minimal 1 ms)
|
pure virtual |
Sets the targetColor, i.e. the color the particles will interpolate to over time.
1.8.15