#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 |
PxObstacle::PxObstacle | ( | ) | [inline, protected] |
PX_FORCE_INLINE PxGeometryType::Enum PxObstacle::getType | ( | ) | const [inline] |
PxGeometryType::Enum PxObstacle::mType [protected] |
void* PxObstacle::mUserData |