hytopia
Version:
The HYTOPIA SDK makes it easy for developers to create massively multiplayer games using JavaScript or TypeScript.
48 lines (23 loc) • 719 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [server](./server.md) > [ParticleEmitter](./server.particleemitter.md) > [(constructor)](./server.particleemitter._constructor_.md)
## ParticleEmitter.(constructor)
Constructs a new instance of the `ParticleEmitter` class
**Signature:**
```typescript
constructor(options: ParticleEmitterOptions);
```
## Parameters
<table><thead><tr><th>
Parameter
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
options
</td><td>
[ParticleEmitterOptions](./server.particleemitteroptions.md)
</td><td>
</td></tr>
</tbody></table>