UNPKG

hytopia

Version:

The HYTOPIA SDK makes it easy for developers to create massively multiplayer games using JavaScript or TypeScript.

54 lines (26 loc) 762 B
<!-- 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; [setLinearVelocity](./server.rigidbody.setlinearvelocity.md) ## RigidBody.setLinearVelocity() method Sets the linear velocity of the rigid body. **Signature:** ```typescript setLinearVelocity(linearVelocity: Vector3Like): void; ``` ## Parameters <table><thead><tr><th> Parameter </th><th> Type </th><th> Description </th></tr></thead> <tbody><tr><td> linearVelocity </td><td> [Vector3Like](./server.vector3like.md) </td><td> The linear velocity of the rigid body. </td></tr> </tbody></table> **Returns:** void