hytopia
Version:
The HYTOPIA SDK makes it easy for developers to create massively multiplayer games using JavaScript or TypeScript.
95 lines (43 loc) • 1.4 kB
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [server](./server.md) > [KinematicVelocityRigidBodyOptions](./server.kinematicvelocityrigidbodyoptions.md)
## KinematicVelocityRigidBodyOptions interface
The options for a kinematic velocity rigid body.
**Signature:**
```typescript
export interface KinematicVelocityRigidBodyOptions 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>
[angularVelocity?](./server.kinematicvelocityrigidbodyoptions.angularvelocity.md)
</td><td>
</td><td>
[Vector3Like](./server.vector3like.md)
</td><td>
_(Optional)_ The angular velocity of the rigid body.
</td></tr>
<tr><td>
[linearVelocity?](./server.kinematicvelocityrigidbodyoptions.linearvelocity.md)
</td><td>
</td><td>
[Vector3Like](./server.vector3like.md)
</td><td>
_(Optional)_ The linear velocity of the rigid body.
</td></tr>
<tr><td>
[type](./server.kinematicvelocityrigidbodyoptions.type.md)
</td><td>
</td><td>
[RigidBodyType.KINEMATIC\_VELOCITY](./server.rigidbodytype.md)
</td><td>
</td></tr>
</tbody></table>