+#include <PxRenderBuffer.h>
+
+

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 |
| PxDebugText::PxDebugText | +( | ++ | ) | + [inline] |
+
+ +
| PxDebugText::PxDebugText | +( | +const PxVec3 & | +p, | +|
| + | + | const PxReal & | +s, | +|
| + | + | const PxU32 & | +c, | +|
| + | + | const char * | +str | + |
| + | ) | + [inline] |
+
+ +
+
| PxU32 PxDebugText::color | +
+ +
| PxVec3 PxDebugText::position | +
+ +
| PxReal PxDebugText::size | +
+ +
| const char* PxDebugText::string | +
+ +
+