# Sandbox.PhysicsBody.ApplyForce

```csharp
void ApplyForce(Vector3 force)
```

Applies force to this body at the center of mass.
This force will only be applied on the next physics frame and is scaled with physics timestep.

### Parameters

- `force` (`Vector3`)

Declared in [Sandbox.PhysicsBody](/api/Sandbox.PhysicsBody).
Assembly: `Sandbox.Engine`.
