ParticleManager

Undocumented in source.

Constructors

this
this(Plane plane)
Undocumented in source.

Members

Functions

add
void add(Particle particle)
Undocumented in source. Be warned that the author may not have intended to support it.
render
void render()
Undocumented in source. Be warned that the author may not have intended to support it.
step
void step(uint deltaTicks)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

particleCount
int particleCount;
Undocumented in source.
particles
Particle* particles;
Undocumented in source.

Inherited Members

From GameEntity

__anonymous
mixin DListLink
Undocumented in source.
plane
Plane plane;
Undocumented in source.
step
void step(uint deltaTicks)
Undocumented in source.
render
void render()
Undocumented in source.
add
void add(Plane plane)
Undocumented in source. Be warned that the author may not have intended to support it.
remove
void remove()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta