# pointCount

> Gets the total number of points in all the paths within the Collider.

## Definition

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

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

### Remarks

Additional Resources: [CompositeCollider2D.pathCount](/engine/6000.6/script-reference/unityengine/compositecollider2d/pathcount.md) & [CompositeCollider2D.GetPath](/engine/6000.6/script-reference/unityengine/compositecollider2d/getpath.md).
