UNPKG

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
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [server](./server.md) &gt; [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>