UNPKG

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
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [server](./server.md) &gt; [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>