hytopia
Version:
The HYTOPIA SDK makes it easy for developers to create massively multiplayer games using JavaScript or TypeScript.
73 lines (33 loc) • 709 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [server](./server.md) > [Vector2Like](./server.vector2like.md)
## Vector2Like interface
A 2-dimensional vector.
**Signature:**
```typescript
interface Vector2Like
```
## Properties
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[x](./server.vector2like.x.md)
</td><td>
</td><td>
number
</td><td>
</td></tr>
<tr><td>
[y](./server.vector2like.y.md)
</td><td>
</td><td>
number
</td><td>
</td></tr>
</tbody></table>