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