Emitter

Undocumented in source.

Constructors

this
this(Entity e, ParticleSystem psys, uint numParticles)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

resetParticle
void resetParticle(Particle p)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

airFrictionDamping
float airFrictionDamping;
Undocumented in source.
emitting
bool emitting;
Undocumented in source.
endColor
Color4f endColor;
Undocumented in source.
initialDirection
Vector3f initialDirection;
Undocumented in source.
initialDirectionRandomFactor
float initialDirectionRandomFactor;
Undocumented in source.
initialPositionRandomRadius
float initialPositionRandomRadius;
Undocumented in source.
material
Material material;
Undocumented in source.
maxInitialSpeed
float maxInitialSpeed;
Undocumented in source.
maxLifetime
float maxLifetime;
Undocumented in source.
maxSize
float maxSize;
Undocumented in source.
minInitialSpeed
float minInitialSpeed;
Undocumented in source.
minLifetime
float minLifetime;
Undocumented in source.
minSize
float minSize;
Undocumented in source.
particleEntity
Entity particleEntity;
Undocumented in source.
particles
Particle[] particles;
Undocumented in source.
scaleStep
Vector3f scaleStep;
Undocumented in source.
startColor
Color4f startColor;
Undocumented in source.

Inherited Members

From Behaviour

entity
Entity entity;
Undocumented in source.
update
void update(double dt)
Undocumented in source. Be warned that the author may not have intended to support it.
bind
void bind()
Undocumented in source. Be warned that the author may not have intended to support it.
unbind
void unbind()
Undocumented in source. Be warned that the author may not have intended to support it.
render
void render(RenderingContext* rc)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta