TDME2 1.9.121
|
Particle system entity internal interface. More...
#include <tdme/engine/subsystems/particlesystem/ParticleSystemEntityInternal.h>
Public Member Functions | |
virtual | ~ParticleSystemEntityInternal () |
Public destructor. More... | |
virtual ParticleEmitter * | getEmitter ()=0 |
virtual const string & | getId ()=0 |
virtual bool | isEnabled ()=0 |
virtual bool | isActive ()=0 |
virtual void | setEnabled (bool enabled)=0 |
Enable/disable rendering. More... | |
virtual bool | isPickable ()=0 |
virtual void | setPickable (bool pickable)=0 |
Set this object pickable. More... | |
virtual bool | isAutoEmit ()=0 |
virtual void | setAutoEmit (bool autoEmit)=0 |
Set auto emit. More... | |
virtual const Color4 & | getEffectColorMul () const =0 |
The effect color will be multiplied with fragment color. More... | |
virtual void | setEffectColorMul (const Color4 &effectColorMul)=0 |
Set the effect color that will be multiplied with fragment color. More... | |
virtual const Color4 & | getEffectColorAdd () const =0 |
The effect color will be added to fragment color. More... | |
virtual void | setEffectColorAdd (const Color4 &effectColorAdd)=0 |
Set the effect color that will be added to fragment color. More... | |
virtual void | updateParticles ()=0 |
Updates the particle entity. More... | |
virtual int32_t | emitParticles ()=0 |
Adds particles to this particle entity at given position. More... | |
virtual void | fromTransformations (const Transformations &transformations)=0 |
Set up this transformations from given transformations. More... | |
virtual void | update ()=0 |
Update transformations. More... | |
virtual const Transformations & | getLocalTransformations ()=0 |
virtual void | setLocalTransformations (const Transformations &transformations)=0 |
Set local transformations. More... | |
Particle system entity internal interface.
Definition at line 21 of file ParticleSystemEntityInternal.h.
|
inlinevirtual |
Public destructor.
Definition at line 27 of file ParticleSystemEntityInternal.h.
|
pure virtual |
Adds particles to this particle entity at given position.
Implemented in FogParticleSystem, ObjectParticleSystem, PointsParticleSystem, FogParticleSystemInternal, ObjectParticleSystemInternal, and PointsParticleSystemInternal.
|
pure virtual |
Set up this transformations from given transformations.
transformations | transformations |
Implemented in FogParticleSystem, ObjectParticleSystem, PointsParticleSystem, FogParticleSystemInternal, ObjectParticleSystemInternal, and PointsParticleSystemInternal.
|
pure virtual |
The effect color will be added to fragment color.
Implemented in FogParticleSystem, ObjectParticleSystem, PointsParticleSystem, FogParticleSystemInternal, ObjectParticleSystemInternal, and PointsParticleSystemInternal.
|
pure virtual |
The effect color will be multiplied with fragment color.
Implemented in FogParticleSystem, ObjectParticleSystem, PointsParticleSystem, FogParticleSystemInternal, ObjectParticleSystemInternal, and PointsParticleSystemInternal.
|
pure virtual |
Implemented in FogParticleSystem, ObjectParticleSystem, PointsParticleSystem, FogParticleSystemInternal, ObjectParticleSystemInternal, and PointsParticleSystemInternal.
|
pure virtual |
Implemented in FogParticleSystem, ObjectParticleSystem, PointsParticleSystem, FogParticleSystemInternal, ObjectParticleSystemInternal, and PointsParticleSystemInternal.
|
pure virtual |
Implemented in FogParticleSystem, ObjectParticleSystem, PointsParticleSystem, FogParticleSystemInternal, ObjectParticleSystemInternal, and PointsParticleSystemInternal.
|
pure virtual |
Implemented in FogParticleSystem, ObjectParticleSystem, PointsParticleSystem, FogParticleSystemInternal, ObjectParticleSystemInternal, and PointsParticleSystemInternal.
|
pure virtual |
Implemented in FogParticleSystem, ObjectParticleSystem, PointsParticleSystem, FogParticleSystemInternal, ObjectParticleSystemInternal, and PointsParticleSystemInternal.
|
pure virtual |
Implemented in FogParticleSystem, ObjectParticleSystem, PointsParticleSystem, FogParticleSystemInternal, ObjectParticleSystemInternal, and PointsParticleSystemInternal.
|
pure virtual |
Implemented in FogParticleSystem, ObjectParticleSystem, PointsParticleSystem, FogParticleSystemInternal, ObjectParticleSystemInternal, and PointsParticleSystemInternal.
|
pure virtual |
Set auto emit.
autoEmit | auto emit |
Implemented in FogParticleSystem, ObjectParticleSystem, PointsParticleSystem, FogParticleSystemInternal, ObjectParticleSystemInternal, and PointsParticleSystemInternal.
|
pure virtual |
Set the effect color that will be added to fragment color.
effectColorAdd | effect color |
Implemented in FogParticleSystem, ObjectParticleSystem, PointsParticleSystem, FogParticleSystemInternal, ObjectParticleSystemInternal, and PointsParticleSystemInternal.
|
pure virtual |
Set the effect color that will be multiplied with fragment color.
effectColorMul | effect color |
Implemented in FogParticleSystem, ObjectParticleSystem, PointsParticleSystem, FogParticleSystemInternal, ObjectParticleSystemInternal, and PointsParticleSystemInternal.
|
pure virtual |
Enable/disable rendering.
enabled | enabled |
Implemented in FogParticleSystem, ObjectParticleSystem, PointsParticleSystem, FogParticleSystemInternal, ObjectParticleSystemInternal, and PointsParticleSystemInternal.
|
pure virtual |
Set local transformations.
transformations | local transformations |
Implemented in FogParticleSystem, ObjectParticleSystem, PointsParticleSystem, FogParticleSystemInternal, ObjectParticleSystemInternal, and PointsParticleSystemInternal.
|
pure virtual |
Set this object pickable.
pickable | pickable |
Implemented in FogParticleSystem, ObjectParticleSystem, PointsParticleSystem, FogParticleSystemInternal, ObjectParticleSystemInternal, and PointsParticleSystemInternal.
|
pure virtual |
Update transformations.
Implemented in FogParticleSystem, ObjectParticleSystem, PointsParticleSystem, FogParticleSystemInternal, ObjectParticleSystemInternal, and PointsParticleSystemInternal.
|
pure virtual |
Updates the particle entity.
Implemented in FogParticleSystem, ObjectParticleSystem, PointsParticleSystem, FogParticleSystemInternal, ObjectParticleSystemInternal, and PointsParticleSystemInternal.