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
double maxLifetime;
Undocumented in source.
maxSize
float maxSize;
Undocumented in source.
minInitialSpeed
float minInitialSpeed;
Undocumented in source.
minLifetime
double minLifetime;
Undocumented in source.
minSize
float minSize;
Undocumented in source.
particleEntity
Entity particleEntity;
Undocumented in source.
particles
Particle[] particles;
Undocumented in source.
rotationStep
float rotationStep;
Undocumented in source.
scaleStep
Vector3f scaleStep;
Undocumented in source.
startColor
Color4f startColor;
Undocumented in source.

Inherited Members

From EntityComponent

entity
Entity entity;
Undocumented in source.
update
void update(Time t)
Undocumented in source. Be warned that the author may not have intended to support it.
render
void render(GraphicsState* state)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta