# connectedMassScale

> The scale to apply to the inverse mass and inertia tensor of the connected body prior to solving the constraints.

## Definition

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

```csharp
public float connectedMassScale { get; set; }
```

### Remarks

Additional Resources: [Joint.massScale](/engine/6000.0/script-reference/unityengine/joint/massscale.md).
