UNPKG

hytopia

Version:

The HYTOPIA SDK makes it easy for developers to create massively multiplayer games using JavaScript or TypeScript.

57 lines (27 loc) 810 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [server](./server.md) &gt; [NoneColliderOptions](./server.nonecollideroptions.md) ## NoneColliderOptions interface The options for an error type "none" collider. **Signature:** ```typescript export interface NoneColliderOptions extends BaseColliderOptions ``` **Extends:** [BaseColliderOptions](./server.basecollideroptions.md) ## Properties <table><thead><tr><th> Property </th><th> Modifiers </th><th> Type </th><th> Description </th></tr></thead> <tbody><tr><td> [shape](./server.nonecollideroptions.shape.md) </td><td> </td><td> [ColliderShape.NONE](./server.collidershape.md) </td><td> </td></tr> </tbody></table>