PxAssertHandler

Defined in include/foundation/PxAssert.h

class PxAssertHandler

Base class to handle assert failures.

Deprecated:

Public Functions

inline virtual ~PxAssertHandler()
virtual void operator()(const char *exp, const char *file, int line, bool &ignore) = 0