# edgeCount

> Gets the number of edges.

## Definition

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

```csharp
public int edgeCount { get; }
```

### Remarks

This is one less than the number of points.
