Uses of Class
tripleplay.particle.ParticleBatch
Packages that use ParticleBatch
-
Uses of ParticleBatch in tripleplay.particle
Methods in tripleplay.particle that return ParticleBatchMethods in tripleplay.particle with parameters of type ParticleBatchModifier and TypeMethodDescriptionvoid
ParticleBuffer.render
(ParticleBatch batch, float width, float height) Renders the particles to the supplied shader.Constructors in tripleplay.particle with parameters of type ParticleBatchModifierConstructorDescriptionEmitter
(ParticleBatch batch, react.Signal<Clock> paint, int maxParticles, Tile tile) Creates an emitter that usesbatch
to render its particles.