Package nl.dionsegijn.konfetti.core.emitter
See: Description
-
Class Summary Class Description BaseEmitter An abstract class for creating a custom emitter The emitter decides if a particle should be created and when the emitter is finished Confetti Confetti holds all data to the current state of the particle Each frame update triggers the rendermethod, which recalculates the particle's properties based on its current state.Emitter Emitter class that holds the duration that the emitter will create confetti particles EmitterConfig EmitterConfig class that will gold the Emitter configuration and amount of particles that will be created over certain time PartyEmitter Emitter is responsible for creating a certain amount of particles per tick. -
Object Summary Object Description Companion