UNPKG

hytopia

Version:

The HYTOPIA SDK makes it easy for developers to create massively multiplayer games using JavaScript or TypeScript.

17 lines (11 loc) 603 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [server](./server.md) &gt; [ParticleEmitterEventPayloads](./server.particleemittereventpayloads.md) &gt; ["PARTICLE\_EMITTER.BURST"](./server.particleemittereventpayloads._particle_emitter.burst_.md) ## ParticleEmitterEventPayloads."PARTICLE\_EMITTER.BURST" property Emitted when a ParticleEmitter bursts the specified number of particles. **Signature:** ```typescript [ParticleEmitterEvent.BURST]: { particleEmitter: ParticleEmitter; count: number; }; ```