hytopia
Version:
The HYTOPIA SDK makes it easy for developers to create massively multiplayer games using JavaScript or TypeScript.
57 lines (27 loc) • 811 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [server](./server.md) > [FixedRigidBodyOptions](./server.fixedrigidbodyoptions.md)
## FixedRigidBodyOptions interface
The options for a fixed rigid body.
**Signature:**
```typescript
export interface FixedRigidBodyOptions extends BaseRigidBodyOptions
```
**Extends:** [BaseRigidBodyOptions](./server.baserigidbodyoptions.md)
## Properties
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[type](./server.fixedrigidbodyoptions.type.md)
</td><td>
</td><td>
[RigidBodyType.FIXED](./server.rigidbodytype.md)
</td><td>
</td></tr>
</tbody></table>