# worldCenterOfMass

> Gets the center of mass of the rigidBody in global space.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine](/engine/6000.0/script-reference/unityengine.md)
* **Assembly:** UnityEngine.Physics2DModule

```csharp
public Vector2 worldCenterOfMass { get; }
```
