# PhysicsBody.MassConfiguration

> This holds the mass configuration computed for a PhysicsBody.

## Definition

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

```csharp
public struct PhysicsBody.MassConfiguration
```

## Properties

| Property                                                                                                                              | Description                                                          |
| ------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------- |
| [center](/engine/6000.3/script-reference/unityengine/lowlevelphysics2d/physicsbody/massconfiguration/center.md)                       | The position of the shape's centroid relative to the shape's origin. |
| [mass](/engine/6000.3/script-reference/unityengine/lowlevelphysics2d/physicsbody/massconfiguration/mass.md)                           | The mass of the shape, usually in kilograms.                         |
| [rotationalInertia](/engine/6000.3/script-reference/unityengine/lowlevelphysics2d/physicsbody/massconfiguration/rotationalinertia.md) | The rotational inertia of the shape about the shape center.          |
