# pointCount

> Gets the number of points.

## Definition

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

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

### Remarks

This cannot be less than two which will form a single edge.
