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