ParticleEmitterDefinition

Undocumented in source.

Constructors

this
this(uint maxParticlesNumber)
Undocumented in source.

Members

Functions

setGeneratorProperties
void setGeneratorProperties(vec3 velocityMin, vec3 velocityMax, vec3 gravity, Color color, float lifeMin, float lifeMax, float size, float nextGenerationTime, int numberToGenerate)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

color
vec3 color;
Undocumented in source.
gravity
vec3 gravity;
Undocumented in source.
lifeMin
float lifeMin;
lifeRange
float lifeRange;
Undocumented in source.
maxParticlesNumber
uint maxParticlesNumber;

Maximum particles

nextGenerationTime
float nextGenerationTime;
Undocumented in source.
particlesNumberToGenerate
uint particlesNumberToGenerate;

Number of particles to generate each x time

size
float size;
Undocumented in source.
texture
Texture texture;
Undocumented in source.
velocityMin
vec3 velocityMin;
Undocumented in source.
velocityRange
vec3 velocityRange;
Undocumented in source.

Meta