> For the complete documentation index, see [llms.txt](https://kinematicsoup.gitbook.io/reactor/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kinematicsoup.gitbook.io/reactor/api-reference/ks.reactor.server.physx/ks.reactor.server.physx.pxgeometrytypes.md).

# Enum pxGeometryTypes

Namespace: [KS.Reactor.Server.PhysX](/reactor/api-reference/ks.reactor.server.physx.md)\
Assembly: KSReactor.dll

```csharp
public enum pxGeometryTypes
```

## Fields

`BOX = 3`

`CAPSULE = 2`

`CONVEXMESH = 4`

`HEIGHTFIELD = 6`

`PLANE = 1`

`SPHERE = 0`

`TRIANGLEMESH = 5`
