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