PxBatchQueryStatus#

Defined in include/extensions/PxSceneQueryExt.h

struct PxBatchQueryStatus#

Public Types

enum Enum#

Values:

enumerator ePENDING#

This is the initial state before a query starts.

enumerator eSUCCESS#

The query is finished; results have been written into the result and hit buffers.

enumerator eOVERFLOW#

The query results were incomplete due to touch hit buffer overflow.

Blocking hit is still correct.

Public Static Functions

static inline Enum getStatus(const PxRaycastBuffer &r)#
static inline Enum getStatus(const PxSweepBuffer &r)#
static inline Enum getStatus(const PxOverlapBuffer &r)#