<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [server](./server.md) &gt; [RigidBody](./server.rigidbody.md) &gt; [(constructor)](./server.rigidbody._constructor_.md)

## RigidBody.(constructor)

Creates a rigid body with the provided options.

Use for: configuring physics behavior before adding to a simulation. Do NOT use for: immediate physics queries; the rigid body must be simulated first.

**Signature:**

```typescript
constructor(options: RigidBodyOptions);
```

## Parameters

<table><thead><tr><th>

Parameter


</th><th>

Type


</th><th>

Description


</th></tr></thead>
<tbody><tr><td>

options


</td><td>

[RigidBodyOptions](./server.rigidbodyoptions.md)


</td><td>

The options for the rigid body instance.

\*\*Category:\*\* Physics


</td></tr>
</tbody></table>
