Public Member Functions | Public Attributes | List of all members
PxDebugText Struct Reference

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

#include <PxRenderBuffer.h>

Collaboration diagram for PxDebugText:
Collaboration graph
[legend]

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

PxU32 PxDebugText::color
PxVec3 PxDebugText::position
PxReal PxDebugText::size
const char* PxDebugText::string

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


Copyright © 2008-2015 NVIDIA Corporation, 2701 San Tomas Expressway, Santa Clara, CA 95050 U.S.A. All rights reserved. www.nvidia.com