UNPKG

hytopia

Version:

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

16 lines (10 loc) 549 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.SPAWN"](./server.particleemittereventpayloads._particle_emitter.spawn_.md) ## ParticleEmitterEventPayloads."PARTICLE\_EMITTER.SPAWN" property Emitted when a ParticleEmitter is spawned. **Signature:** ```typescript [ParticleEmitterEvent.SPAWN]: { particleEmitter: ParticleEmitter; }; ```