<!-- 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; [applyImpulse](./server.rigidbody.applyimpulse.md)

## RigidBody.applyImpulse() method

Applies an impulse to the rigid body.

**Signature:**

```typescript
applyImpulse(impulse: Vector3Like): void;
```

## Parameters

<table><thead><tr><th>

Parameter


</th><th>

Type


</th><th>

Description


</th></tr></thead>
<tbody><tr><td>

impulse


</td><td>

[Vector3Like](./server.vector3like.md)


</td><td>

The impulse to apply to the rigid body.


</td></tr>
</tbody></table>
**Returns:**

void

