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