Module technology.sola.engine
Package technology.sola.engine.physics.component.particle.emitter
package technology.sola.engine.physics.component.particle.emitter
This package provides functionality for configuring particle emission.
-
ClassDescriptionCircleEmitterShape is a
ParticleEmitterShapethat emits particles in the shape of a circle.Holds the position and direction details for a particle to be emitted.ParticleEmitterShape defines the API for a particle emission shape to be used inParticleEmissionConfiguration.RectangleEmitterShape is aParticleEmitterShapethat emits particles in the shape of a rectangle.TrapezoidEmitterShape is aParticleEmitterShapethat emits particles in the shape of a trapezoid.TriangleEmitterShape is aParticleEmitterShapethat emits particles in the shape of an Isoceles triangle.