# useAdjacentStart

> When the value is true, then the shape will use the adjacentStart feature. When the value is false, then the shape will not use the adjacentStart feature.

## Definition

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

```csharp
public bool useAdjacentStart { get; set; }
```

### Remarks

This property is identical to [\_useAdjacentStartPoint](/engine/6000.7/script-reference/unityengine/edgecollider2d/useadjacentstartpoint.md).

**NOTE**: This property is only used when the [shapeType](/engine/6000.7/script-reference/unityengine/physicsshape2d/shapetype.md) is [PhysicsShapeType2D.Edges](/engine/6000.7/script-reference/unityengine/physicsshapetype2d/edges.md).
