Base class for obstacles. More...
#include <PxControllerObstacles.h>
Public Member Functions | |
PX_FORCE_INLINE PxGeometryType::Enum | getType () const |
Public Attributes | |
void * | mUserData |
PxExtendedVec3 | mPos |
PxQuat | mRot |
Protected Member Functions | |
PxObstacle () | |
Protected Attributes | |
PxGeometryType::Enum | mType |
Base class for obstacles.
|
inlineprotected |
|
inline |
PxExtendedVec3 PxObstacle::mPos |
PxQuat PxObstacle::mRot |
|
protected |
void* PxObstacle::mUserData |