API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
interfaceParticleEmitter
@codexo/exojs-particles / particles / stable
The emitting face of a particle system: the only supported way to bring particles into existence. Emission is the one per-particle write that is true on every backend, because spawn values always originate on the CPU and are uploaded from there.
0
props
1
methods
0
events
Import
import { ParticleEmitter } from '@codexo/exojs-particles'The emitting face of a particle system: the only supported way to bring particles into existence.
Emission is the one per-particle write that is true on every backend, because spawn values always originate on the CPU and are uploaded from there.
Methods1
Emits one particle at its default values, or returns null when the system is at capacity.
Source