PxDebugText Struct Reference
[Common]
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::PxDebugText | ( | ) | [inline] |
| PxDebugText::PxDebugText | ( | const PxVec3 & | p, | |
| const PxReal & | s, | |||
| const PxU32 & | c, | |||
| const char * | str | |||
| ) | [inline] |
Member Data Documentation
| PxReal PxDebugText::size |
| const char* PxDebugText::string |
The documentation for this struct was generated from the following file:
Copyright © 2008-2017 NVIDIA Corporation, 2701 San Tomas Expressway, Santa Clara, CA 95050 U.S.A. All rights reserved. www.nvidia.com