# Draw()

> Draw this joint's current state once, as custom drawing.

## Definition

* **Type:** Method
* **Namespace:** [Unity.U2D.Physics](/engine/6000.7/script-reference/unity/u2d/physics.md)
* **Assembly:** UnityEngine.PhysicsCore2DModule

```csharp
public void Draw()
```

### Remarks

Unlike [\_selectedDrawing](/engine/6000.7/script-reference/unity/u2d/physics/physicssliderjoint/selecteddrawing.md), this does not persist: it draws once and is gone once every Scene/Game view has painted.
