<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [server](./server.md) &gt; [Collider](./server.collider.md) &gt; [(constructor)](./server.collider._constructor_.md)

## Collider.(constructor)

Constructs a new instance of the `Collider` class

**Signature:**

```typescript
constructor(colliderOptions: ColliderOptions);
```

## Parameters

<table><thead><tr><th>

Parameter


</th><th>

Type


</th><th>

Description


</th></tr></thead>
<tbody><tr><td>

colliderOptions


</td><td>

[ColliderOptions](./server.collideroptions.md)


</td><td>

The options for the collider instance.


</td></tr>
</tbody></table>
