UNPKG

hytopia

Version:

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

95 lines (43 loc) 1.18 kB
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [server](./server.md) &gt; [ConeColliderOptions](./server.conecollideroptions.md) ## ConeColliderOptions interface The options for a cone collider. **Signature:** ```typescript export interface ConeColliderOptions 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> [halfHeight?](./server.conecollideroptions.halfheight.md) </td><td> </td><td> number </td><td> _(Optional)_ The half height of the cone collider. </td></tr> <tr><td> [radius?](./server.conecollideroptions.radius.md) </td><td> </td><td> number </td><td> _(Optional)_ The radius of the cone collider. </td></tr> <tr><td> [shape](./server.conecollideroptions.shape.md) </td><td> </td><td> [ColliderShape.CONE](./server.collidershape.md) </td><td> </td></tr> </tbody></table>