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