ParticleDesc

constructor(type: ParticleType, count: Int = 0, size: DVec3 = DVec3(0.0), speed: Double = 0.0)

Parameters

type

the base type of particle.

count

the number of particles spawned.

size

the space in which particles are spawned, or direction of particle if count is 0.

speed

the speed that particles travel at, or extra miscellaneous data.