hytopia
Version:
The HYTOPIA SDK makes it easy for developers to create massively multiplayer games using JavaScript or TypeScript.
124 lines (56 loc) • 1.73 kB
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [server](./server.md) > [RoundCylinderColliderOptions](./server.roundcylindercollideroptions.md)
## RoundCylinderColliderOptions interface
The options for a round cylinder collider.
Use for: rounded cylinder colliders. Do NOT use for: other shapes; use the matching collider option type.
\*\*Category:\*\* Physics
**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.
\*\*Category:\*\* Physics
</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.
\*\*Category:\*\* Physics
</td></tr>
<tr><td>
[radius?](./server.roundcylindercollideroptions.radius.md)
</td><td>
</td><td>
number
</td><td>
_(Optional)_ The radius of the round cylinder collider.
\*\*Category:\*\* Physics
</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>