PxDebugText

Defined in include/common/PxRenderBuffer.h

struct PxDebugText

Used to store a text for debug rendering.

Doesn’t own ‘string’ array.

Public Functions

inline PxDebugText()
inline PxDebugText(const PxVec3 &pos, const PxReal &sz, const PxU32 &clr, const char *str)

Public Members

PxVec3 position
PxReal size
PxU32 color
const char *string