# SelectedJoints

> Draw the joints that have selected drawing enabled.

## Definition

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

```csharp
SelectedJoints = 8
```

### Remarks

Enable selected drawing per joint with [\_selectedDrawing](/engine/6000.7/script-reference/unity/u2d/physics/physicsjoint/selecteddrawing.md). This option only controls whether those joints are drawn. It never changes the property itself.
