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

# Enum pxQueryFlags

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

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

## Fields

`ANY_HIT = 16`

`DEFAULT = 3`

`DYNAMIC = 2`

`NO_BLOCK = 32`

`POSTFILTER = 8`

`PREFILTER = 4`

`STATIC = 1`
