# ApplyForceToCenter(Vector2, bool)

> Apply a force to the center of mass. PhysicsBody.ApplyForceToCenter.

## Definition

* **Type:** Method
* **Namespace:** [UnityEngine.LowLevelPhysics2D](/engine/6000.3/script-reference/unityengine/lowlevelphysics2d.md)
* **Assembly:** UnityEngine.Physics2DModule

```csharp
public void ApplyForceToCenter(Vector2 force, bool wake = true)
```

### Parameters

**** (\[Vector2]\(/engine/6000.3/script-reference/unityengine/vector2)): The world force vector, usually in newtons (N).**** (\[bool]\(https\://learn.microsoft.com/dotnet/api/system.boolean)): Should the body be woken up.
