UNPKG

hytopia

Version:

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

61 lines (29 loc) 959 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. Use for: explicitly disabling collider creation. Do NOT use for: physical interactions; no collider will be created. \*\*Category:\*\* Physics **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>