PxDebugText Struct Reference

Used to store a text for debug rendering. Doesn't own 'string' array. More...

#include <PxRenderBuffer.h>

Collaboration diagram for PxDebugText:

Public Member Functions

 PxDebugText ()
 
 PxDebugText (const PxVec3 &p, const PxReal &s, const PxU32 &c, const char *str)
 

Public Attributes

PxVec3 position
 
PxReal size
 
PxU32 color
 
const char * string
 

Detailed Description

Used to store a text for debug rendering. Doesn't own 'string' array.

Constructor & Destructor Documentation

◆ PxDebugText() [1/2]

PxDebugText::PxDebugText ( )
inline

◆ PxDebugText() [2/2]

PxDebugText::PxDebugText ( const PxVec3 p,
const PxReal &  s,
const PxU32 c,
const char *  str 
)
inline

Member Data Documentation

◆ color

PxU32 PxDebugText::color

◆ position

PxVec3 PxDebugText::position

◆ size

PxReal PxDebugText::size

◆ string

const char* PxDebugText::string

The documentation for this struct was generated from the following file: