interface ParticleSystemEvent {
    particle?: IParticle;
    particleSystem: IParticleSystem;
    type: ParticleSystemEventType;
}

Properties

particle?: IParticle
particleSystem: IParticleSystem