UNPKG

hytopia

Version:

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

114 lines (51 loc) 1.5 kB
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [server](./server.md) &gt; [RoundCylinderColliderOptions](./server.roundcylindercollideroptions.md) ## RoundCylinderColliderOptions interface The options for a round cylinder collider. **Signature:** ```typescript export interface RoundCylinderColliderOptions 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> [borderRadius?](./server.roundcylindercollideroptions.borderradius.md) </td><td> </td><td> number </td><td> _(Optional)_ The border radius of the round cylinder collider. </td></tr> <tr><td> [halfHeight?](./server.roundcylindercollideroptions.halfheight.md) </td><td> </td><td> number </td><td> _(Optional)_ The half height of the round cylinder collider. </td></tr> <tr><td> [radius?](./server.roundcylindercollideroptions.radius.md) </td><td> </td><td> number </td><td> _(Optional)_ The radius of the round cylinder collider. </td></tr> <tr><td> [shape](./server.roundcylindercollideroptions.shape.md) </td><td> </td><td> [ColliderShape.ROUND\_CYLINDER](./server.collidershape.md) </td><td> </td></tr> </tbody></table>