# shapeCount

> Get the number of shapes attached to this body. Use PhysicsBody.GetShapes to retrieve the shapes.

## Definition

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

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