hytopia
Version:
The HYTOPIA SDK makes it easy for developers to create massively multiplayer games using JavaScript or TypeScript.
76 lines (35 loc) • 979 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [server](./server.md) > [BallColliderOptions](./server.ballcollideroptions.md)
## BallColliderOptions interface
The options for a ball collider.
**Signature:**
```typescript
export interface BallColliderOptions 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>
[radius?](./server.ballcollideroptions.radius.md)
</td><td>
</td><td>
number
</td><td>
_(Optional)_ The radius of the ball collider.
</td></tr>
<tr><td>
[shape](./server.ballcollideroptions.shape.md)
</td><td>
</td><td>
[ColliderShape.BALL](./server.collidershape.md)
</td><td>
</td></tr>
</tbody></table>