# drawImpulseScale

> Controls the joint contact impulse scale used when drawing contact impulses. This is only used in the Unity Editor or in a Development Player. See PhysicsWorld.drawImpulseScale.

## Definition

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

```csharp
public float drawImpulseScale { readonly get; set; }
```
