# GeometryType

> Return the geometry type of the shape that implemented this interface.

## Definition

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

```csharp
GeometryType GeometryType { get; }
```

### Remarks

Additional Resources: [IGeometry.GeometryType](/engine/6000.6/script-reference/unityengine/lowlevelphysics/igeometry/geometrytype.md).
