Uses of Class
tripleplay.particle.Generator
Packages that use Generator
-
Uses of Generator in tripleplay.particle
Fields in tripleplay.particle declared as GeneratorModifier and TypeFieldDescriptionEmitter.generator
The generator that adds new particles to this emitter.static Generator
Generator.NOOP
A generator that emits no particles and is never exhausted.Methods in tripleplay.particle that return GeneratorModifier and TypeMethodDescriptionstatic Generator
Generator.constant
(float particlesPerSecond) Returns a generator that emits the specified number of particles per second, and is never exhausted.static Generator
Generator.impulse
(int particles) Returns a generator that emits the specified number of particles all at once, and is then immediately exhausted.