> 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.pxhitflags.md).

# Enum pxHitFlags

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

```csharp
[Flags]
public enum pxHitFlags : ushort
```

## Fields

`ASSUME_NO_INITIAL_OVERLAP = 16`

`DEFAULT = 1027`

`FACE_INDEX = 1024`

`MESH_ANY = 64`

`MESH_BOTH_SIDES = 128`

`MESH_MULTIPLE = 32`

`MODIFIABLE_FLAGS = 432`

`MTD = 512`

`NONE = 0`

`NORMAL = 2`

`POSITION = 1`

`PRECISE_SWEEP = 256`

`UV = 8`
