# islandSolverContactCostScale

> Scales the cost of each contact during discrete island solving.

## Definition

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

```csharp
public int islandSolverContactCostScale { get; set; }
```

### Remarks

See [PhysicsJobOptions2D.islandSolverCostThreshold](/engine/6000.0/script-reference/unityengine/physicsjoboptions2d/islandsolvercostthreshold.md) for a full description of discrete island solving costs.
