Particle
Emission Module
EmissionModule is the emission module of ParticleGeneratorModule
. This module is used to handle the emission behavior of the particle system, including particle emission rate, emission shape, and burst behavior.
Currently, the engine has the following built-in emitter shapes, providing corresponding shape auxiliary displays when the particle component is selected.
Emitter Shape Type | Description |
---|
BoxShape | BoxShape object, emitter shape is a cube |
MeshShape | MeshShape object, emitter shape is specified by selected mesh |
CircleShape | CircleShape object, emitter shape is a circle |
ConeShape | ConeShape object, emitter shape is a cone |
HemisphereShape | HemisphereShape object, emitter shape is a hemisphere |
SphereShape | SphereShape object, emitter shape is a sphere |