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